Spaces:
Build error
Build error
typo again
Browse files- .gitignore +2 -0
- app.py +1 -1
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Pipfile
|
| 2 |
+
Pipfile.lock
|
app.py
CHANGED
|
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
|
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
| 143 |
-
select_results = gr.
|
| 144 |
audio_player = gr.Audio()
|
| 145 |
|
| 146 |
# for i in range(max_output):
|
|
|
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
| 143 |
+
select_results = gr.Dropdown()
|
| 144 |
audio_player = gr.Audio()
|
| 145 |
|
| 146 |
# for i in range(max_output):
|