yangwu commited on
Commit
ee8f84d
1 Parent(s): 0ba02e5

add app.py

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