Adracamara94 commited on
Commit
cdd42c3
·
verified ·
1 Parent(s): 8c80953

Update app.py

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