Spaces:
Runtime error
Runtime error
Update app.py
#3
by
mskov
- opened
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks() as face:
|
|
| 97 |
with gr.Column():
|
| 98 |
script = gr.Textbox(label="Transcribed text")
|
| 99 |
#options = gr.Textbox(label="Predictions")
|
| 100 |
-
options = gr.Dataset()
|
| 101 |
#options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
|
| 102 |
latestConvo = gr.Textbox(label="Running conversation")
|
| 103 |
#transcribe_btn.click(inference)
|
|
|
|
| 97 |
with gr.Column():
|
| 98 |
script = gr.Textbox(label="Transcribed text")
|
| 99 |
#options = gr.Textbox(label="Predictions")
|
| 100 |
+
options = gr.Dataset(components=Radio, samples=["One", "Two", "Three","Four", "Five"]))
|
| 101 |
#options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
|
| 102 |
latestConvo = gr.Textbox(label="Running conversation")
|
| 103 |
#transcribe_btn.click(inference)
|