Jonny001 commited on
Commit
5e52e77
1 Parent(s): 6fbc1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ 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
- debug=True
11
  )
12
 
13
  interface.launch()
 
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()