yangwu commited on
Commit
9230043
1 Parent(s): 8c1034d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,4 +23,6 @@ iface = gr.Interface(
23
  outputs='image',
24
  title="Forged? Or Not?",
25
  )
26
- iface.launch()
 
 
 
23
  outputs='image',
24
  title="Forged? Or Not?",
25
  )
26
+ iface.launch(share=True)
27
+
28
+ print('--------------->')