Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -151,5 +151,4 @@ with gr.Blocks(css=css) as demo:
|
|
151 |
outputs=[result, better_prompt],
|
152 |
)
|
153 |
|
154 |
-
|
155 |
-
demo.queue().launch(share = False)
|
|
|
151 |
outputs=[result, better_prompt],
|
152 |
)
|
153 |
|
154 |
+
demo.queue().launch(share = False)
|
|