Spaces:
Runtime error
Runtime error
Ankitajadhav
commited on
Commit
•
a097b7b
1
Parent(s):
a4674f5
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 |
|