Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,6 @@ interface2 = gr.Interface(
|
|
| 47 |
description="Entrez un tweet en français pour obtenir son sentiment."
|
| 48 |
)
|
| 49 |
|
| 50 |
-
|
| 51 |
# faire un tabbing des interfaces
|
| 52 |
with demo:
|
| 53 |
gr.TabbedInterface([interface1, interface2], ['LSTM_SAM', 'CAMEMBERT_SAM'])
|
|
|
|
| 47 |
description="Entrez un tweet en français pour obtenir son sentiment."
|
| 48 |
)
|
| 49 |
|
|
|
|
| 50 |
# faire un tabbing des interfaces
|
| 51 |
with demo:
|
| 52 |
gr.TabbedInterface([interface1, interface2], ['LSTM_SAM', 'CAMEMBERT_SAM'])
|