Commit
·
9e6804d
1
Parent(s):
1f7675d
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ gr.Interface(fn=classify, inputs=[gr.inputs.Textbox(
|
|
26 |
], description=main_title,
|
27 |
examples=examples,
|
28 |
article=article,
|
|
|
29 |
theme="peach",
|
30 |
thumbnail="None",
|
31 |
css="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css").launch(debug=True)
|
|
|
26 |
], description=main_title,
|
27 |
examples=examples,
|
28 |
article=article,
|
29 |
+
live=True,
|
30 |
theme="peach",
|
31 |
thumbnail="None",
|
32 |
css="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css").launch(debug=True)
|