Epoching commited on
Commit
1c06d85
1 Parent(s): 7d267db

Update app.py

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