Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,6 +43,6 @@ with gr.Blocks() as interface:
|
|
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__":
|
48 |
interface.launch(enable_queue=True)
|
|
|
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__":
|
48 |
interface.launch(enable_queue=True)
|