DmitrMakeev commited on
Commit
0083041
·
1 Parent(s): b2d1b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ def predict(source_img, prompt, negative_prompt):
26
  return image
27
 
28
  title="SDXL 1.0 Inpainting CPU"
29
- description="<p style='text-align: center'>Будь в курсе обновлений <a href='https://vk.com/public221489796'>ПОДПИСАТЬСЯ</a></p>"
30
  gr.Interface(fn=predict, inputs=[gr.Image(source="upload", type="numpy",
31
  tool="sketch", elem_id="source_container"),
32
  gr.Textbox(label='What you want the AI to Generate, 77 Token limit'),
@@ -34,4 +34,4 @@ gr.Textbox(label='What you Do Not want the AI to generate')],
34
  outputs='image',
35
  title=title,
36
  description=description,
37
- article = "<br><br><p style='text-align: center'>Генерация индивидуальной модели с собственной внешностью <a href='https://vk.com/im?sel=-221489796'>ПОДАТЬ ЗАЯВКУ</a></p><br><br><br><br><br>").launch(max_threads=True, debug=True)
 
26
  return image
27
 
28
  title="SDXL 1.0 Inpainting CPU"
29
+ description=""
30
  gr.Interface(fn=predict, inputs=[gr.Image(source="upload", type="numpy",
31
  tool="sketch", elem_id="source_container"),
32
  gr.Textbox(label='What you want the AI to Generate, 77 Token limit'),
 
34
  outputs='image',
35
  title=title,
36
  description=description,
37
+ article = "<br><br><p style='text-align: center'>Генерация индивидуальной модели с собственной внешностью <a href='https://vk.com/im?sel=-221489796'>ПОДАТЬ ЗАЯВКУ</a></p><br><br><br><br><br><br><br><br><br><br>").launch(max_threads=True, debug=True)