Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,6 @@ predict_emotion("dhruv")
|
|
35 |
|
36 |
my_labels=["sadness","joy","love","anger","fear","surprise"]
|
37 |
|
38 |
-
!pip install gradio
|
39 |
|
40 |
import gradio as gr
|
41 |
inputs = gr.Textbox(lines=1, label="Input Text")
|
|
|
35 |
|
36 |
my_labels=["sadness","joy","love","anger","fear","surprise"]
|
37 |
|
|
|
38 |
|
39 |
import gradio as gr
|
40 |
inputs = gr.Textbox(lines=1, label="Input Text")
|