Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,5 +65,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 65 |
playground_btn.click(image_gen_modified,outputs = playground_out)
|
| 66 |
|
| 67 |
|
| 68 |
-
demo.launch(
|
| 69 |
|
|
|
|
| 65 |
playground_btn.click(image_gen_modified,outputs = playground_out)
|
| 66 |
|
| 67 |
|
| 68 |
+
demo.launch()
|
| 69 |
|