Spaces:
Build error
Build error
freemt
commited on
Commit
·
79b8183
1
Parent(s):
dbac531
Update file2 label in __main__.py
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
@@ -159,7 +159,7 @@ if __name__ == "__main__":
|
|
159 |
|
160 |
inputs = [
|
161 |
gr.inputs.File(label="file 1"),
|
162 |
-
gr.inputs.File(label="file 2
|
163 |
input_tf_type, # modi inputs
|
164 |
input_idf_type,
|
165 |
input_dl_type,
|
|
|
159 |
|
160 |
inputs = [
|
161 |
gr.inputs.File(label="file 1"),
|
162 |
+
gr.inputs.File(label="file 2", optional=True),
|
163 |
input_tf_type, # modi inputs
|
164 |
input_idf_type,
|
165 |
input_dl_type,
|