Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def clf(text):
|
|
12 |
|
13 |
demo = gr.Interface(fn=clf, inputs="text", outputs="label")
|
14 |
gr.close_all()
|
15 |
-
demo.launch(
|
|
|
12 |
|
13 |
demo = gr.Interface(fn=clf, inputs="text", outputs="label")
|
14 |
gr.close_all()
|
15 |
+
demo.launch()
|