Spaces:
Runtime error
Runtime error
Commit ·
820c82c
1
Parent(s): 8122bd3
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,6 +178,6 @@ interface = gr.Interface(
|
|
| 178 |
description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
|
| 179 |
)
|
| 180 |
if __name__ == "__main__":
|
| 181 |
-
interface.launch(
|
| 182 |
|
| 183 |
|
|
|
|
| 178 |
description="Talk to the Foodie Chatbot and get restaurant recommendations and menus!",
|
| 179 |
)
|
| 180 |
if __name__ == "__main__":
|
| 181 |
+
interface.launch(inline=False)
|
| 182 |
|
| 183 |
|