lemonaddie commited on
Commit
7091858
1 Parent(s): 4db54c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -314,8 +314,7 @@ 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 = [
318
- ["files/indoor.jpg"]]
319
 
320
  gr.Interface(
321
  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 = ["files/indoor.jpg"]
 
318
 
319
  gr.Interface(
320
  depth_normal,