cyberosa commited on
Commit
51b878f
·
1 Parent(s): 668ad9a

restoring app

Browse files
Files changed (1) hide show
  1. app.py +2 -6
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
- with demo:
71
- gr.HTML("WIP Preparing NutriCoach Agent v2.0")
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()