tywei08 commited on
Commit
890cdd2
·
verified ·
1 Parent(s): 6e11235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=css_styles) as MoodShaker:
168
  # pdf_download_link = gr.File(label="Download Link", visible=False) # For displaying the PDF download link
169
 
170
  def on_generate_click(*args):
171
- recipe, show_play_button, show_save_button = generate_cocktail(*args)
172
  return recipe, gr.update(visible=show_play_button), gr.update(visible=show_save_button)
173
 
174
  def reset():
 
168
  # pdf_download_link = gr.File(label="Download Link", visible=False) # For displaying the PDF download link
169
 
170
  def on_generate_click(*args):
171
+ recipe, show_play_button = generate_cocktail(*args)
172
  return recipe, gr.update(visible=show_play_button), gr.update(visible=show_save_button)
173
 
174
  def reset():