Spaces:
Running
on
Zero
Running
on
Zero
Add Gradio app for Spaces
Browse files
app.py
CHANGED
|
@@ -802,5 +802,4 @@ with gr.Blocks(title="CritiFusion (SDXL) Demo") as demo:
|
|
| 802 |
demo.queue().launch(
|
| 803 |
debug=True,
|
| 804 |
share=True, # optional; helps if you run outside Spaces
|
| 805 |
-
show_api=False,
|
| 806 |
)
|
|
|
|
| 802 |
demo.queue().launch(
|
| 803 |
debug=True,
|
| 804 |
share=True, # optional; helps if you run outside Spaces
|
|
|
|
| 805 |
)
|