Ankitajadhav commited on
Commit
a097b7b
1 Parent(s): a4674f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- app.launch()
127
 
 
123
  gr.Button("Restart Space").click(fn=restart_interface, inputs=[], outputs=[demo])
124
 
125
  if __name__ == "__main__":
126
+ demo.launch()
127