Commit
·
b948a73
1
Parent(s):
9ce87e8
DEPENDENCY CONFLICTS
Browse files- README.md +1 -1
- app.py +2 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 📊
|
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
app.py
CHANGED
@@ -244,6 +244,7 @@ with gr.Blocks() as demo:
|
|
244 |
outputs=[image_output, xyz_output, output_model]
|
245 |
)
|
246 |
|
|
|
247 |
demo.queue().launch(
|
248 |
-
|
249 |
)
|
|
|
244 |
outputs=[image_output, xyz_output, output_model]
|
245 |
)
|
246 |
|
247 |
+
# For Hugging Face Spaces, use minimal configuration
|
248 |
demo.queue().launch(
|
249 |
+
show_error=True # Only keep error display for debugging
|
250 |
)
|
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ opencv-contrib-python-headless==4.9.0.80
|
|
9 |
opencv-python-headless==4.9.0.80
|
10 |
xformers
|
11 |
omegaconf
|
12 |
-
gradio==3.
|
13 |
rembg
|
14 |
git+https://github.com/NVlabs/nvdiffrast
|
15 |
pygltflib
|
|
|
9 |
opencv-python-headless==4.9.0.80
|
10 |
xformers
|
11 |
omegaconf
|
12 |
+
gradio==3.50.2
|
13 |
rembg
|
14 |
git+https://github.com/NVlabs/nvdiffrast
|
15 |
pygltflib
|