Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,6 @@ with block:
|
|
132 |
sentiment_option = gr.Radio(
|
133 |
choices=["Sentiment Only", "Sentiment + Score"],
|
134 |
label="Select an option",
|
135 |
-
default="Sentiment Only"
|
136 |
)
|
137 |
|
138 |
btn = gr.Button("Transcribe")
|
|
|
132 |
sentiment_option = gr.Radio(
|
133 |
choices=["Sentiment Only", "Sentiment + Score"],
|
134 |
label="Select an option",
|
|
|
135 |
)
|
136 |
|
137 |
btn = gr.Button("Transcribe")
|