awacke1 commited on
Commit
91ffa2e
·
1 Parent(s): 9954a4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -21,4 +21,6 @@ iface = gr.Interface(
21
  allow_screenshot=False,
22
  allow_flagging="never",
23
  )
24
- iface.launch(share=True)
 
 
 
21
  allow_screenshot=False,
22
  allow_flagging="never",
23
  )
24
+ #iface.launch(share=True) --share not supported on spaces - find better persist
25
+
26
+ iface.launch()