Jonny001 commited on
Commit
688794d
1 Parent(s): 94f65a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ interface = gr.Interface(
7
  inputs=gr.Textbox(label="Type your imagination:"),
8
  outputs=gr.Image(label="Gen Image"),
9
  theme="NoCrypt/miku",
10
- examples=[("humanoid cat warrior, full view", None)]
11
  )
12
 
13
  interface.launch()
 
7
  inputs=gr.Textbox(label="Type your imagination:"),
8
  outputs=gr.Image(label="Gen Image"),
9
  theme="NoCrypt/miku",
10
+ examples=["Humanoid Cat Warrior, Full View"]
11
  )
12
 
13
  interface.launch()