Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
import os
|
4 |
import uuid
|
5 |
import gradio as gr
|
@@ -154,8 +152,8 @@ def reset_recalc_directions():
|
|
154 |
# Updated examples with English text
|
155 |
examples = [
|
156 |
["flower in mountain", "spring", "winter", 1.5],
|
157 |
-
["
|
158 |
-
["
|
159 |
]
|
160 |
|
161 |
css = """
|
|
|
|
|
|
|
1 |
import os
|
2 |
import uuid
|
3 |
import gradio as gr
|
|
|
152 |
# Updated examples with English text
|
153 |
examples = [
|
154 |
["flower in mountain", "spring", "winter", 1.5],
|
155 |
+
["a tomato", "super fresh", "rotten", 2.5],
|
156 |
+
["여자", "아기", "노인", 2.5]
|
157 |
]
|
158 |
|
159 |
css = """
|