Jonny001 commited on
Commit
94f65a5
1 Parent(s): 5e52e77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ interface = gr.Interface(
6
  model,
7
  inputs=gr.Textbox(label="Type your imagination:"),
8
  outputs=gr.Image(label="Gen Image"),
9
- theme="NoCrypt/miku"
 
10
  )
11
 
12
  interface.launch()
 
6
  model,
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()