Spaces:
Configuration error
Configuration error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -795,6 +795,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate"))
|
|
| 795 |
download_btn = gr.DownloadButton(label="Download GLB")
|
| 796 |
|
| 797 |
example_image = gr.Image(visible=False) # Hidden component for examples
|
|
|
|
| 798 |
examples_multi = gr.Examples(
|
| 799 |
examples=prepare_multi_example(),
|
| 800 |
inputs=[example_image],
|
|
@@ -806,7 +807,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate"))
|
|
| 806 |
)
|
| 807 |
|
| 808 |
output_buf = gr.State()
|
| 809 |
-
preprocessed_state = gr.State([])
|
| 810 |
|
| 811 |
|
| 812 |
# Handlers
|
|
|
|
| 795 |
download_btn = gr.DownloadButton(label="Download GLB")
|
| 796 |
|
| 797 |
example_image = gr.Image(visible=False) # Hidden component for examples
|
| 798 |
+
preprocessed_state = gr.State([])
|
| 799 |
examples_multi = gr.Examples(
|
| 800 |
examples=prepare_multi_example(),
|
| 801 |
inputs=[example_image],
|
|
|
|
| 807 |
)
|
| 808 |
|
| 809 |
output_buf = gr.State()
|
|
|
|
| 810 |
|
| 811 |
|
| 812 |
# Handlers
|