yxmauw commited on
Commit
cef764f
·
verified ·
1 Parent(s): 08f0c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks(
41
  gallery = gr.Gallery(label="Current Space Hardware used",
42
  show_label=True,
43
  interactive=False,
44
- value="space_hardware.png",
45
  type="filepath",
46
  show_share_button=False,
47
  show_download_button=False,
 
41
  gallery = gr.Gallery(label="Current Space Hardware used",
42
  show_label=True,
43
  interactive=False,
44
+ value=["space_hardware.png"],
45
  type="filepath",
46
  show_share_button=False,
47
  show_download_button=False,