Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ with gr.Blocks() as interface:
|
|
40 |
button = gr.Button("Generate Art")
|
41 |
button.click(generate_art, inputs=inputs, outputs=outputs)
|
42 |
|
43 |
-
with gr.Row():
|
44 |
-
|
45 |
|
46 |
#
|
47 |
if __name__ == "__main__":
|
|
|
40 |
button = gr.Button("Generate Art")
|
41 |
button.click(generate_art, inputs=inputs, outputs=outputs)
|
42 |
|
43 |
+
#with gr.Row():
|
44 |
+
# gr.Examples(examples=get_examples(), inputs=inputs, outputs=outputs, fn=generate_art, cache_examples=True)
|
45 |
|
46 |
#
|
47 |
if __name__ == "__main__":
|