3mrology commited on
Commit
df0a20c
·
1 Parent(s): d098b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -78,11 +78,6 @@ with gr.Blocks(css=css) as demo:
78
  loading_icon = gr.HTML(loading_icon_html, visible=False)
79
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
80
 
81
- see_prompts.click(get_prompts,
82
- inputs = [input_text],
83
- outputs = [
84
- text_output
85
- ])
86
  diffuse_btn.click(get_images,
87
  inputs = [
88
  text_output
 
78
  loading_icon = gr.HTML(loading_icon_html, visible=False)
79
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
80
 
 
 
 
 
 
81
  diffuse_btn.click(get_images,
82
  inputs = [
83
  text_output