bilgeee commited on
Commit
f23d86e
·
verified ·
1 Parent(s): f6dcfe8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,4 +60,6 @@ iface = gr.Interface(
60
  )
61
 
62
  if __name__ == "__main__":
63
- iface.launch(share=True)
 
 
 
60
  )
61
 
62
  if __name__ == "__main__":
63
+ iface.launch()
64
+
65
+ demo.launch(share=True)