Spaces:
Running
Running
Fix typos in Gradio_UI
Browse files- Gradio_UI.py +2 -2
Gradio_UI.py
CHANGED
|
@@ -298,7 +298,7 @@ class GradioUI:
|
|
| 298 |
) as demo:
|
| 299 |
gr.Markdown(
|
| 300 |
"""
|
| 301 |
-
|
| 302 |
I will enhance your basic prompt to make it perfect for Flux image generation.
|
| 303 |
"""
|
| 304 |
)
|
|
@@ -315,7 +315,7 @@ class GradioUI:
|
|
| 315 |
scale=1,
|
| 316 |
)
|
| 317 |
text_input = gr.Textbox(
|
| 318 |
-
label="Draw me [write what you want to
|
| 319 |
placeholder="Type your question here...",
|
| 320 |
)
|
| 321 |
submit_button = gr.Button("Send")
|
|
|
|
| 298 |
) as demo:
|
| 299 |
gr.Markdown(
|
| 300 |
"""
|
| 301 |
+
'Draw me ...' agent -
|
| 302 |
I will enhance your basic prompt to make it perfect for Flux image generation.
|
| 303 |
"""
|
| 304 |
)
|
|
|
|
| 315 |
scale=1,
|
| 316 |
)
|
| 317 |
text_input = gr.Textbox(
|
| 318 |
+
label="Draw me [write what you want to be in the generated picture]",
|
| 319 |
placeholder="Type your question here...",
|
| 320 |
)
|
| 321 |
submit_button = gr.Button("Send")
|