Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ iface = gr.Interface(
|
|
164 |
outputs=gr.Textbox(label="Generated Answer"),
|
165 |
title="Chat with My Fine-Tuned Model 🤖",
|
166 |
description="This app allows you to ask questions about MakeMyTrip's financial data."
|
167 |
-
)
|
168 |
|
169 |
iface.launch()
|
170 |
|
|
|
164 |
outputs=gr.Textbox(label="Generated Answer"),
|
165 |
title="Chat with My Fine-Tuned Model 🤖",
|
166 |
description="This app allows you to ask questions about MakeMyTrip's financial data."
|
167 |
+
).queue()
|
168 |
|
169 |
iface.launch()
|
170 |
|