ParthBhuptani commited on
Commit
944d27a
·
verified ·
1 Parent(s): ca200a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,6 +49,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
49
 
50
  recipe_output = gr.Textbox(label="AI-Generated Recipe", lines=10)
51
 
52
- submit.click(fn=generate_recipe, inputs=[dietary, ingredients], outputs=recipe_output)
53
 
54
  demo.launch()
 
49
 
50
  recipe_output = gr.Textbox(label="AI-Generated Recipe", lines=10)
51
 
52
+ submit.click(fn=generate_recipe, inputs=[dietary, ({ingredients})], outputs=recipe_output)
53
 
54
  demo.launch()