abdullahalioo commited on
Commit
07c834e
·
verified ·
1 Parent(s): e4f2181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ app = gr.Interface(
17
  )
18
 
19
  if __name__ == "__main__":
20
- app.launch(share=True) #Share=True gera um link que pode ser compartilhado
 
17
  )
18
 
19
  if __name__ == "__main__":
20
+ app.launch(share=True, api_enabled=False) # Disables the API option