lemonaddie commited on
Commit
8e6daa5
1 Parent(s): fe9aabc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -292,8 +292,10 @@ def main():
292
  pass # run without xformers
293
 
294
  pipe = pipe.to(device)
 
295
 
296
- #run_demo_server(pipe)
 
297
 
298
  gr.Interface(
299
  depth_normal,
 
292
  pass # run without xformers
293
 
294
  pipe = pipe.to(device)
295
+ run_demo_server(pipe)
296
 
297
+ title = "Geowizard"
298
+ description = "Gradio demo for Geowizard."
299
 
300
  gr.Interface(
301
  depth_normal,