yangwu commited on
Commit
f4c257e
1 Parent(s): ee8f84d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,4 +22,5 @@ gr.Interface(
22
  inputs=gr.inputs.Image(label="Upload image to detect", type="filepath"),
23
  outputs='image',
24
  title="Forged? Or Not?",
25
- ).launch(share=True)
 
 
22
  inputs=gr.inputs.Image(label="Upload image to detect", type="filepath"),
23
  outputs='image',
24
  title="Forged? Or Not?",
25
+ ).launch()
26
+ #).launch(share=True)