VinayHajare commited on
Commit
346c08e
Β·
verified Β·
1 Parent(s): d7b159d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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. <br><br>
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():