zw89 commited on
Commit
fd5c13c
·
verified ·
1 Parent(s): ffb9836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ def generate(prompt, negative_prompt):
41
  demo = gr.Interface(
42
  fn=generate,
43
  inputs=[
44
- gr.Textbox(label="Что рисуем? (Positive)"),
45
- gr.Textbox(label="Чего НЕ должно быть? (Negative)", value="low quality, plastic, blurry") # Значение по умолчанию
46
  ],
47
  outputs=gr.Image(type="filepath", label="PNG"),
48
  title="Графическая мини-студия"
 
41
  demo = gr.Interface(
42
  fn=generate,
43
  inputs=[
44
+ gr.Textbox(label="Positive"),
45
+ gr.Textbox(label="Negative", value="low quality, plastic, blurry") # Значение по умолчанию
46
  ],
47
  outputs=gr.Image(type="filepath", label="PNG"),
48
  title="Графическая мини-студия"