Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,23 +299,23 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"), cs
|
|
| 299 |
gr.Examples(
|
| 300 |
examples=[
|
| 301 |
[
|
| 302 |
-
"You are
|
| 303 |
-
"
|
| 304 |
0.7, 512, 0.95, 1.1, 40, 0.05
|
| 305 |
],
|
| 306 |
[
|
| 307 |
-
"You are
|
| 308 |
-
"
|
| 309 |
0.7, 1024, 0.95, 1.1, 40, 0.05
|
| 310 |
],
|
| 311 |
[
|
| 312 |
-
"You are
|
| 313 |
-
"
|
| 314 |
0.7, 1536, 0.95, 1.1, 40, 0.05
|
| 315 |
],
|
| 316 |
[
|
| 317 |
-
"You are a helpful
|
| 318 |
-
"
|
| 319 |
0.8, 1024, 0.98, 1.05, 60, 0.05
|
| 320 |
]
|
| 321 |
],
|
|
|
|
| 299 |
gr.Examples(
|
| 300 |
examples=[
|
| 301 |
[
|
| 302 |
+
"You are Tesslate, a helpful assistant specialized in UI generation.",
|
| 303 |
+
"Make a really good looking dashboard with charts.",
|
| 304 |
0.7, 512, 0.95, 1.1, 40, 0.05
|
| 305 |
],
|
| 306 |
[
|
| 307 |
+
"You are Tesslate, a helpful assistant specialized in UI generation.",
|
| 308 |
+
"Make an animated navbar.",
|
| 309 |
0.7, 1024, 0.95, 1.1, 40, 0.05
|
| 310 |
],
|
| 311 |
[
|
| 312 |
+
"You are Tesslate, a helpful assistant specialized in UI generation.",
|
| 313 |
+
"Make an Airbnb clone.",
|
| 314 |
0.7, 1536, 0.95, 1.1, 40, 0.05
|
| 315 |
],
|
| 316 |
[
|
| 317 |
+
"You are Tesslate, a helpful assistant specialized in UI generation.",
|
| 318 |
+
"Create a special website.",
|
| 319 |
0.8, 1024, 0.98, 1.05, 60, 0.05
|
| 320 |
]
|
| 321 |
],
|