Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as demo:
|
|
220 |
)
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
-
demo.launch(
|
224 |
|
225 |
|
226 |
# prompt = "1girl"
|
|
|
220 |
)
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
+
demo.launch()
|
224 |
|
225 |
|
226 |
# prompt = "1girl"
|