Yntec commited on
Commit
ae7365a
·
verified ·
1 Parent(s): 4432b5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -87,6 +87,13 @@ def gen_fnseed(model_str, prompt, seed=1):
87
  return result
88
 
89
  with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
 
 
 
 
 
 
 
90
  with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
91
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
92
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')
 
87
  return result
88
 
89
  with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
90
+ gr.HTML(
91
+ """
92
+ <div>
93
+ <p> <center><img src="https://huggingface.co/spaces/Yntec/open-craiyon/resolve/main/open_craiyon..png" style="height:79px; width:367px; margin-top: 0px; margin-bottom: 0px;" span title="Best free ai art image generator open craiyon"></center>
94
+ </p>
95
+ """
96
+ )
97
  with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
98
  txt_input = gr.Textbox(label='Your prompt:', lines=4)
99
  gen_button = gr.Button('Generate up to 9 images in up to 3 minutes total')