Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,9 @@ def lexica(prompt):
|
|
| 18 |
interface = gr.Interface(lexica,
|
| 19 |
inputs=inputs,
|
| 20 |
outputs=outputs,
|
| 21 |
-
examples =[
|
|
|
|
|
|
|
| 22 |
'beautiful home',
|
| 23 |
'interior design of living room'
|
| 24 |
]
|
|
|
|
| 18 |
interface = gr.Interface(lexica,
|
| 19 |
inputs=inputs,
|
| 20 |
outputs=outputs,
|
| 21 |
+
examples =[
|
| 22 |
+
'Chinese Traditional Culture',
|
| 23 |
+
'trending digital art',
|
| 24 |
'beautiful home',
|
| 25 |
'interior design of living room'
|
| 26 |
]
|