Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# Repo source: https://github.com/vt-vl-lab/3d-photo-inpainting
|
2 |
|
3 |
#import os
|
@@ -226,4 +227,4 @@ iface = gr.Interface(fn=main_app, inputs=gradio_inputs , outputs=gradio_outputs,
|
|
226 |
article=article,
|
227 |
enable_queue=True)
|
228 |
|
229 |
-
iface.launch(debug=True, enable_queue=True)
|
|
|
1 |
+
|
2 |
# Repo source: https://github.com/vt-vl-lab/3d-photo-inpainting
|
3 |
|
4 |
#import os
|
|
|
227 |
article=article,
|
228 |
enable_queue=True)
|
229 |
|
230 |
+
iface.launch(debug=True, enable_queue=True)
|