Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,4 +27,5 @@ def predict(text):
|
|
| 27 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Classification de texte avec SVM & BERT")
|
| 28 |
|
| 29 |
# Lancer l'application
|
| 30 |
-
iface.launch()
|
|
|
|
|
|
| 27 |
iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="Classification de texte avec SVM & BERT")
|
| 28 |
|
| 29 |
# Lancer l'application
|
| 30 |
+
iface.launch()
|
| 31 |
+
|