yangwu commited on
Commit
1ea62b1
1 Parent(s): ac889d5

update app.py

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