Spaces:
Runtime error
Runtime error
Commit
·
4592ae2
1
Parent(s):
358411f
Update app.py
Browse files
app.py
CHANGED
@@ -193,5 +193,5 @@ interface = gr.Interface(
|
|
193 |
description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
|
194 |
)
|
195 |
if __name__ == "__main__":
|
196 |
-
interface.launch(
|
197 |
|
|
|
193 |
description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
|
194 |
)
|
195 |
if __name__ == "__main__":
|
196 |
+
interface.launch(inline=False)
|
197 |
|