tdnathmlenthusiast commited on
Commit
1b324dd
1 Parent(s): ced12f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ label = gr.outputs.Label(num_top_classes=5)
42
  iface = gr.Interface(fn=classify_courses_genre, inputs="text", outputs=label)
43
 
44
  # Launch the Gradio interface
45
- iface.launch(inline=False)
 
42
  iface = gr.Interface(fn=classify_courses_genre, inputs="text", outputs=label)
43
 
44
  # Launch the Gradio interface
45
+ iface.launch(inline=False, share= True)