lemonaddie commited on
Commit
e3e5606
1 Parent(s): 45b3a1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -314,7 +314,12 @@ def main():
314
 
315
  title = "Geowizard"
316
  description = "GeoWizard is a Wizard who spells 3D geometry from a single image. Upload your image into the left side."
317
- examples = ["files/bee.jpg"]
 
 
 
 
 
318
 
319
  gr.Interface(
320
  depth_normal,
 
314
 
315
  title = "Geowizard"
316
  description = "GeoWizard is a Wizard who spells 3D geometry from a single image. Upload your image into the left side."
317
+ examples = [
318
+ ["files/gundam.jpg"],
319
+ ["files/museum.jpg"],
320
+ ["files/indoor.jpg"],
321
+ ["files/catdog.jpg"],
322
+ ["files/venue.jpg"]]
323
 
324
  gr.Interface(
325
  depth_normal,