Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,8 +18,8 @@ DESCRIPTION = '''
|
|
| 18 |
</div>
|
| 19 |
<div id="content_align">
|
| 20 |
<span style="color:blue;font-size:16px;font-weight:bold">
|
| 21 |
-
A small, lightining fast efficient AI image generator
|
| 22 |
-
This π» demo uses the EfficientCLIP-GAN model which is trained on CUB dataset
|
| 23 |
<br>Keep your prompt coherent to the birds domain.
|
| 24 |
<br>If you like the demo, don't forget to click on the like π button.
|
| 25 |
</span>
|
|
@@ -30,7 +30,7 @@ DESCRIPTION = '''
|
|
| 30 |
|
| 31 |
# Creating Gradio interface
|
| 32 |
with gr.Blocks(css=css) as app:
|
| 33 |
-
gr.Info("This π» demo uses the EfficientCLIP-GAN model which is trained on CUB dataset π¦π₯.\nKeep your prompt coherent to the birds domain.\nIf you like the demo, don't forget to click on the like π button.")
|
| 34 |
gr.Markdown(DESCRIPTION)
|
| 35 |
with gr.Row():
|
| 36 |
with gr.Column():
|
|
|
|
| 18 |
</div>
|
| 19 |
<div id="content_align">
|
| 20 |
<span style="color:blue;font-size:16px;font-weight:bold">
|
| 21 |
+
<br>A small, lightining fast efficient AI image generator
|
| 22 |
+
<br>This π» demo uses the EfficientCLIP-GAN model which is trained on CUB datasetπ¦π₯.
|
| 23 |
<br>Keep your prompt coherent to the birds domain.
|
| 24 |
<br>If you like the demo, don't forget to click on the like π button.
|
| 25 |
</span>
|
|
|
|
| 30 |
|
| 31 |
# Creating Gradio interface
|
| 32 |
with gr.Blocks(css=css) as app:
|
| 33 |
+
raise gr.Info("This π» demo uses the EfficientCLIP-GAN model which is trained on CUB dataset π¦π₯.\nKeep your prompt coherent to the birds domain.\nIf you like the demo, don't forget to click on the like π button.")
|
| 34 |
gr.Markdown(DESCRIPTION)
|
| 35 |
with gr.Row():
|
| 36 |
with gr.Column():
|