alexmealor commited on
Commit
05fd2a3
1 Parent(s): 6cac803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ iface = gr.Interface(
105
  outputs=gr.outputs.Label(num_top_classes=5, label="Genre Suggestion"),
106
  description=description
107
  )
108
- iface.launch(debug=True, share=True)
109
 
110
 
111
 
 
105
  outputs=gr.outputs.Label(num_top_classes=5, label="Genre Suggestion"),
106
  description=description
107
  )
108
+ iface.launch()
109
 
110
 
111