trysem commited on
Commit
52c3148
·
1 Parent(s): 7d68cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,9 +135,10 @@ demo = gr.Interface(
135
  title=title,
136
  description=description,
137
  article=article,
 
138
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
139
  # ['10045.png', 'v1.4', 2, 50]]).launch()
140
  examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
141
 
142
  demo.queue(concurrency_count=4)
143
- demo.launch(show_api=False)
 
135
  title=title,
136
  description=description,
137
  article=article,
138
+ css=custom_css,
139
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
140
  # ['10045.png', 'v1.4', 2, 50]]).launch()
141
  examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
142
 
143
  demo.queue(concurrency_count=4)
144
+ demo.launch()