Ayushdavidkushwahaaaa
commited on
Commit
•
42bb520
1
Parent(s):
fa115d4
Update app.py
Browse files
app.py
CHANGED
@@ -88,4 +88,5 @@ with gr.Blocks() as demo:
|
|
88 |
|
89 |
with gr.Row():
|
90 |
transcript_output = gr.Textbox(label="Transcription", lines=3)
|
91 |
-
emotion_output = gr.Label(label="Detected Emotion from Text")
|
|
|
|
88 |
|
89 |
with gr.Row():
|
90 |
transcript_output = gr.Textbox(label="Transcription", lines=3)
|
91 |
+
emotion_output = gr.Label(label="Detected Emotion from Text")
|
92 |
+
demo.launch(share=True)
|