Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,6 @@ with gr.Blocks() as demo:
|
|
89 |
with gr.Column():
|
90 |
output_image = gr.Image(
|
91 |
label="Generated Texture",
|
92 |
-
shape=(TEXTURE_SIZE, TEXTURE_SIZE)
|
93 |
)
|
94 |
|
95 |
# Update texture when any slider changes with debouncing
|
|
|
89 |
with gr.Column():
|
90 |
output_image = gr.Image(
|
91 |
label="Generated Texture",
|
|
|
92 |
)
|
93 |
|
94 |
# Update texture when any slider changes with debouncing
|