LeroyDyer commited on
Commit
103ddcb
·
verified ·
1 Parent(s): 2a478e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ with gr.Blocks(
356
 
357
  artifact_dropdown = gr.Dropdown(
358
  label="Available Artifact Files",
359
- choices=interface.get_artifact_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
  )