Commit
·
64e91b6
1
Parent(s):
9e6804d
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ gr.Interface(fn=classify, inputs=[gr.inputs.Textbox(
|
|
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)
|
|
|
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)
|