Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,4 @@ def predict(text):
|
|
64 |
iface = gr.Interface(fn=predict,
|
65 |
inputs=gr.components.Textbox(placeholder="Enter your text here..."),
|
66 |
outputs=gr.components.Label(num_top_classes=2))
|
67 |
-
iface.launch(
|
|
|
64 |
iface = gr.Interface(fn=predict,
|
65 |
inputs=gr.components.Textbox(placeholder="Enter your text here..."),
|
66 |
outputs=gr.components.Label(num_top_classes=2))
|
67 |
+
iface.launch()
|