Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def chatbot_interface(request: gr.Request):
|
|
210 |
|
211 |
def main(request: gr.Request):
|
212 |
user_chatbot_interface = chatbot_interface(request)
|
213 |
-
user_chatbot_interface.queue().launch(show_api=False)
|
214 |
|
215 |
|
216 |
if __name__ == "__main__":
|
|
|
210 |
|
211 |
def main(request: gr.Request):
|
212 |
user_chatbot_interface = chatbot_interface(request)
|
213 |
+
user_chatbot_interface.queue().launch(show_api=False,inline=True)
|
214 |
|
215 |
|
216 |
if __name__ == "__main__":
|