3mrology commited on
Commit
7c1ece8
1 Parent(s): f99c61e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -58,11 +58,6 @@ with gr.Blocks(css=css) as demo:
58
  loading_icon = gr.HTML(loading_icon_html, visible=False)
59
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
60
 
61
- see_prompts.click(get_prompts,
62
- inputs = [input_text],
63
- outputs = [
64
- text_output
65
- ])
66
  diffuse_btn.click(get_images,
67
  inputs = [
68
  text_output
 
58
  loading_icon = gr.HTML(loading_icon_html, visible=False)
59
  share_button = gr.Button("Share to community", elem_id="share-btn", visible=False)
60
 
 
 
 
 
 
61
  diffuse_btn.click(get_images,
62
  inputs = [
63
  text_output