prithivMLmods commited on
Commit
932f505
·
verified ·
1 Parent(s): 784e883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def load_predefined_images():
192
  "assets2/88.png",
193
  "assets2/99.png",
194
  ]
195
- return predefined_image
196
 
197
 
198
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
192
  "assets2/88.png",
193
  "assets2/99.png",
194
  ]
195
+ return predefined_images
196
 
197
 
198
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo: