Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#6
by
musicgowdam
- opened
app.py
CHANGED
|
@@ -1022,7 +1022,7 @@ def show_components_downloader(value_active):
|
|
| 1022 |
def audio_conf():
|
| 1023 |
return gr.File(
|
| 1024 |
label="Audio file",
|
| 1025 |
-
|
| 1026 |
type="filepath",
|
| 1027 |
container=True,
|
| 1028 |
)
|
|
|
|
| 1022 |
def audio_conf():
|
| 1023 |
return gr.File(
|
| 1024 |
label="Audio file",
|
| 1025 |
+
file_count="multiple",
|
| 1026 |
type="filepath",
|
| 1027 |
container=True,
|
| 1028 |
)
|