kyrilloswahid commited on
Commit
683fafb
·
verified ·
1 Parent(s): d3e28ba

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()
 
39
  description="Upload a full image. The model classifies it as real or fake."
40
  )
41
 
42
+ interface.launch(api=True)