AN2002 commited on
Commit
e63838b
·
verified ·
1 Parent(s): 68c3a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+