Spaces:
Sleeping
Sleeping
cyberosa
commited on
Commit
·
51b878f
1
Parent(s):
668ad9a
restoring app
Browse files
app.py
CHANGED
@@ -65,10 +65,6 @@ agent = CodeAgent(
|
|
65 |
description="Assistant to help you with nutritional information, meal planning, and food-related queries.",
|
66 |
prompt_templates=prompt_templates,
|
67 |
)
|
68 |
-
demo = gr.Blocks(theme=gr.themes.Origin())
|
69 |
|
70 |
-
|
71 |
-
|
72 |
-
gr.Markdown("This app will be available soon...")
|
73 |
-
# GradioUI(agent).launch()
|
74 |
-
demo.queue(default_concurrency_limit=40).launch()
|
|
|
65 |
description="Assistant to help you with nutritional information, meal planning, and food-related queries.",
|
66 |
prompt_templates=prompt_templates,
|
67 |
)
|
|
|
68 |
|
69 |
+
|
70 |
+
GradioUI(agent).launch()
|
|
|
|
|
|