tdnathmlenthusiast commited on
Commit
a94a12d
1 Parent(s): a0d6c5e

performed version modification

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ def classify_courses_genre(description):
39
  iface = gr.Interface(fn=classify_courses_genre, inputs="text", outputs=gr.components.Label(num_top_classes=5))
40
 
41
  # Launch the Gradio interface
42
- iface.launch(inline = False, share = True)
 
39
  iface = gr.Interface(fn=classify_courses_genre, inputs="text", outputs=gr.components.Label(num_top_classes=5))
40
 
41
  # Launch the Gradio interface
42
+ iface.launch(inline = False)