Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ imagine = gr.Interface.load( "models/dreamlike-art/dreamlike-photoreal-2.0" )
|
|
5 |
with gr.Blocks(analytics_enabled=False) as app:
|
6 |
|
7 |
Prompt = gr.Textbox( label="Prompt" )
|
8 |
-
Imagine = gr.Button( "
|
9 |
Image = gr.Image()
|
10 |
|
11 |
Imagine.click( imagine, inputs=[ Prompt ], outputs=[ Image ], api_name="imagine" )
|
|
|
5 |
with gr.Blocks(analytics_enabled=False) as app:
|
6 |
|
7 |
Prompt = gr.Textbox( label="Prompt" )
|
8 |
+
Imagine = gr.Button( "Imagine" )
|
9 |
Image = gr.Image()
|
10 |
|
11 |
Imagine.click( imagine, inputs=[ Prompt ], outputs=[ Image ], api_name="imagine" )
|