Spaces:
Runtime error
Runtime error
lemonaddie
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def main():
|
|
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."
|
|
|
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."
|