Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ with gr.Blocks( analytics_enabled=False ) as app:
|
|
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" )
|
12 |
|
|
|
7 |
Prompt = gr.Textbox( label="Prompt" )
|
8 |
Imagine = gr.Button( "Imagine" )
|
9 |
Image = gr.Image()
|
10 |
+
Info = gr.Markdown( "# [$hyoo_artist](https://artist.hyoo.ru/)" )
|
11 |
|
12 |
Imagine.click( imagine, inputs=[ Prompt ], outputs=[ Image ], api_name="imagine" )
|
13 |
|