anushka81 commited on
Commit
83720fc
·
1 Parent(s): f48676a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(theme='NoCrypt/miku') as demo:
45
  gr.Markdown("# Text-to-Image and Image-to-Image generation")
46
 
47
  with gr.Tab("Text-to-Image"):
48
- gr.Markdown("**Generate images from text prompts **")
49
  with gr.Row():
50
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter your text here...")
51
  text_negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter what to avoid...")
@@ -65,7 +65,7 @@ with gr.Blocks(theme='NoCrypt/miku') as demo:
65
 
66
  with gr.Tab("Image-to-Image"):
67
  gr.Markdown(
68
- "**Modify images - Upload an image, provide a prompt describing the transformation, and adjust settings for desired results."
69
  )
70
  with gr.Row():
71
  init_image = gr.Image(type="pil", label="Upload Initial Image")
 
45
  gr.Markdown("# Text-to-Image and Image-to-Image generation")
46
 
47
  with gr.Tab("Text-to-Image"):
48
+ gr.Markdown("Generate images from text prompts")
49
  with gr.Row():
50
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter your text here...")
51
  text_negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter what to avoid...")
 
65
 
66
  with gr.Tab("Image-to-Image"):
67
  gr.Markdown(
68
+ "Modify images - Upload an image, provide a prompt describing the transformation, and adjust settings for desired results."
69
  )
70
  with gr.Row():
71
  init_image = gr.Image(type="pil", label="Upload Initial Image")