Somunia commited on
Commit
62bb6e8
·
verified ·
1 Parent(s): 02af69b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  )
74
 
75
  # For local testing:
76
- # iface.launch(share=True)
77
  deploy()
78
 
79
 
 
73
  )
74
 
75
  # For local testing:
76
+ iface.launch(share=True)
77
  deploy()
78
 
79