MQAnh commited on
Commit
b45bfd6
·
verified ·
1 Parent(s): ceccc0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ iface = gr.Interface(
25
  )
26
 
27
 
28
- iface.launch(share=True, allowed_origins=["*"])
29
 
30
 
 
25
  )
26
 
27
 
28
+ iface.launch(share=True)
29
 
30