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