fantaxy commited on
Commit
da658f3
·
verified ·
1 Parent(s): c4f57a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def use_prompt(prompt):
76
  return prompt
77
 
78
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
79
- gr.Markdown("# Image Generation with Examples")
80
 
81
  with gr.Row():
82
  input_text = gr.Textbox(label="Enter your prompt for image generation")
 
76
  return prompt
77
 
78
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
79
+
80
 
81
  with gr.Row():
82
  input_text = gr.Textbox(label="Enter your prompt for image generation")