nadzo commited on
Commit
420337a
·
verified ·
1 Parent(s): 51754f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -38,6 +38,5 @@ app = gr.Interface(
38
  flagging_mode="never"
39
  )
40
 
41
- # Enable sharing and API
42
- app.launch(share=True, api_name="predict")
43
-
 
38
  flagging_mode="never"
39
  )
40
 
41
+ # Launch Gradio app
42
+ app.launch(share=True) # 'share' parameter will generate a public link