Spaces:
Runtime error
Runtime error
sberbank-ai
commited on
Commit
·
e025409
1
Parent(s):
1611a30
chore: Update app
Browse files
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()
|