rishabhsetiya commited on
Commit
3b0aae0
·
verified ·
1 Parent(s): c4ef18b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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