Ajith09 commited on
Commit
051b4b9
1 Parent(s): e672661

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ iface = gr.Interface(
110
  )
111
 
112
  # Launch the Gradio interface
113
- iface.launch(share=True)
 
110
  )
111
 
112
  # Launch the Gradio interface
113
+ iface.launch(share=True, enable_api=True)