Update app.py
Browse files
app.py
CHANGED
|
@@ -32,4 +32,4 @@ def pre(features):
|
|
| 32 |
return prediction[0]
|
| 33 |
|
| 34 |
iface = gr.Interface(fn=pre, inputs="text", outputs="text")
|
| 35 |
-
iface.launch(
|
|
|
|
| 32 |
return prediction[0]
|
| 33 |
|
| 34 |
iface = gr.Interface(fn=pre, inputs="text", outputs="text")
|
| 35 |
+
iface.launch()
|