CASLL commited on
Commit
0335d7b
1 Parent(s): a8a65db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -15,8 +15,6 @@ def sentiment_analysis(input_user):
15
  return (r['label'])
16
 
17
 
18
- !pip install -q gradio;
19
-
20
  # Importar Gradio
21
  import gradio as gr
22
 
 
15
  return (r['label'])
16
 
17
 
 
 
18
  # Importar Gradio
19
  import gradio as gr
20