Spaces:
Runtime error
Runtime error
Update PIFu/spaces.py
Browse files- PIFu/spaces.py +1 -1
PIFu/spaces.py
CHANGED
@@ -159,4 +159,4 @@ iface = gr.Interface(
|
|
159 |
)
|
160 |
|
161 |
if __name__ == "__main__":
|
162 |
-
iface.launch(debug=True,
|
|
|
159 |
)
|
160 |
|
161 |
if __name__ == "__main__":
|
162 |
+
iface.launch(debug=True, show_api=True, enable_queue=False)
|