sberbank-ai commited on
Commit
e025409
·
1 Parent(s): 1611a30

chore: Update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,7 +43,7 @@ GENERATOR = ImgGenerator(
43
 
44
  gr.Interface(
45
  predict,
46
- inputs=gr.Textbox(label="Type your text to generate it on an image"),
47
  outputs=gr.Image(label="Generated image"),
48
- title="Peter handwritten image generation",
49
  ).launch()
 
43
 
44
  gr.Interface(
45
  predict,
46
+ inputs=gr.Textbox(label="Type your text (RU) to generate it on an image"),
47
  outputs=gr.Image(label="Generated image"),
48
+ title="Peter the Great handwritten image generation",
49
  ).launch()