harshalbondre commited on
Commit
e5e2ecf
·
verified ·
1 Parent(s): a7c4dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ app = gr.Interface(
30
  )
31
 
32
  if __name__ == "__main__":
33
- app.launch(share=True, api=True) # Exposes the interface as an API
 
30
  )
31
 
32
  if __name__ == "__main__":
33
+ app.launch(share=True) # Exposes the interface as an API