lemonaddie commited on
Commit
7c87a5e
1 Parent(s): cf1cc86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -313,14 +313,14 @@ def main():
313
 
314
 
315
  title = "Geowizard"
316
- description = "Gradio demo for Geowizard."
317
  examples = ["files/bee.jpg"]
318
 
319
  gr.Interface(
320
  depth_normal,
321
  inputs=[gr.Image(type='pil', label="Original Image")],
322
  outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
323
- title=title, description=description, article='1', examples=examples, analytics_enabled=False).launch()
324
 
325
 
326
  if __name__ == "__main__":
 
313
 
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,
321
  inputs=[gr.Image(type='pil', label="Original Image")],
322
  outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
323
+ title=title, description=description, article='', examples=examples, analytics_enabled=False).launch()
324
 
325
 
326
  if __name__ == "__main__":