Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|