kyrilloswahid commited on
Commit
9edd18a
·
verified ·
1 Parent(s): ca8338a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ interface = gr.Interface(
39
  description="Upload a full image. The model classifies it as real or fake."
40
  )
41
 
42
- interface.launch(api=True)
 
39
  description="Upload a full image. The model classifies it as real or fake."
40
  )
41
 
42
+ interface.launch()