Spaces:
Runtime error
Runtime error
tirendazakademi
commited on
Commit
•
da4745a
1
Parent(s):
83004ef
added file
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ io = gr.Interface(fn=text_classification,
|
|
19 |
description="Enter a text and see the text classification result!",
|
20 |
examples=examples)
|
21 |
|
22 |
-
io.launch(
|
23 |
|
|
|
19 |
description="Enter a text and see the text classification result!",
|
20 |
examples=examples)
|
21 |
|
22 |
+
io.launch()
|
23 |
|