Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,5 +123,5 @@ with gr.Blocks() as app:
|
|
| 123 |
gr.Button("Restart Space").click(fn=restart_interface, inputs=[], outputs=[demo])
|
| 124 |
|
| 125 |
if __name__ == "__main__":
|
| 126 |
-
|
| 127 |
|
|
|
|
| 123 |
gr.Button("Restart Space").click(fn=restart_interface, inputs=[], outputs=[demo])
|
| 124 |
|
| 125 |
if __name__ == "__main__":
|
| 126 |
+
demo.launch()
|
| 127 |
|