Update app.py
Browse files
app.py
CHANGED
@@ -356,7 +356,7 @@ with gr.Blocks(
|
|
356 |
|
357 |
artifact_dropdown = gr.Dropdown(
|
358 |
label="Available Artifact Files",
|
359 |
-
choices=
|
360 |
interactive=True,
|
361 |
info="Select artifact file to load"
|
362 |
)
|
|
|
356 |
|
357 |
artifact_dropdown = gr.Dropdown(
|
358 |
label="Available Artifact Files",
|
359 |
+
choices=["none"],
|
360 |
interactive=True,
|
361 |
info="Select artifact file to load"
|
362 |
)
|