ginipick commited on
Commit
bbd3a9b
·
verified ·
1 Parent(s): 815fecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- ["man", "baby", "elderly", 2.5],
158
- ["a tomato", "super fresh", "rotten", 2.5]
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 = """