Spaces:
Running
on
Zero
Running
on
Zero
Remove server name
Browse files
app.py
CHANGED
|
@@ -930,7 +930,4 @@ if __name__ == '__main__':
|
|
| 930 |
outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
|
| 931 |
)
|
| 932 |
|
| 933 |
-
demo.queue(max_size=20).launch(show_error=True, share=True
|
| 934 |
-
|
| 935 |
-
|
| 936 |
-
|
|
|
|
| 930 |
outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
|
| 931 |
)
|
| 932 |
|
| 933 |
+
demo.queue(max_size=20).launch(show_error=True, share=True)
|
|
|
|
|
|
|
|
|