Afrinetwork7 commited on
Commit
518cd76
1 Parent(s): 4d9a4f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -122,14 +122,15 @@ def generate(
122
 
123
 
124
  examples = [
125
- "neon holography crystal cat",
126
- "a cat eating a piece of cheese",
127
- "an astronaut riding a horse in space",
128
- "a cartoon of a boy playing with a tiger",
129
- "a cute robot artist painting on an easel, concept art",
130
- "a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
131
  ]
132
 
 
133
  css = '''
134
  .gradio-container{max-width: 560px !important}
135
  h1{text-align:center}
 
122
 
123
 
124
  examples = [
125
+ ["neon holography crystal cat", "en"],
126
+ ["a cat eating a piece of cheese", "en"],
127
+ ["an astronaut riding a horse in space", "en"],
128
+ ["a cartoon of a boy playing with a tiger", "en"],
129
+ ["a cute robot artist painting on an easel, concept art", "en"],
130
+ ["a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone", "en"]
131
  ]
132
 
133
+
134
  css = '''
135
  .gradio-container{max-width: 560px !important}
136
  h1{text-align:center}