Spaces:
Sleeping
Sleeping
Fix more typos in Gradio_UI
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -321,7 +321,7 @@ class GradioUI:
|
|
| 321 |
submit_button = gr.Button("Send")
|
| 322 |
gr.Examples(
|
| 323 |
examples=[
|
| 324 |
-
"Draw me a pair of curious
|
| 325 |
"Draw me a portrait of a beautiful hipster woman, expressive lips, almond shaped eyes, bright sunny day",
|
| 326 |
"Draw me abstract style waterfalls with wildlife inside the silhouette of a man’s head",
|
| 327 |
"Draw me a polaroid family photo of a husband wife and kids in the 1980ies with dog on a summer everning"
|
|
|
|
| 321 |
submit_button = gr.Button("Send")
|
| 322 |
gr.Examples(
|
| 323 |
examples=[
|
| 324 |
+
"Draw me a pair of curious giraffes in front of Mona Lisa in Louvre",
|
| 325 |
"Draw me a portrait of a beautiful hipster woman, expressive lips, almond shaped eyes, bright sunny day",
|
| 326 |
"Draw me abstract style waterfalls with wildlife inside the silhouette of a man’s head",
|
| 327 |
"Draw me a polaroid family photo of a husband wife and kids in the 1980ies with dog on a summer everning"
|