Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,8 +292,10 @@ def main():
|
|
| 292 |
pass # run without xformers
|
| 293 |
|
| 294 |
pipe = pipe.to(device)
|
|
|
|
| 295 |
|
| 296 |
-
|
|
|
|
| 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,
|