tdnathmlenthusiast
commited on
Commit
•
8b0e9c8
1
Parent(s):
71ec65b
Update app.py
Browse files
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)
|
|
|
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(Share=True, inline = False)
|