Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def process(Prompt):
|
|
18 |
|
19 |
return(file_path)
|
20 |
|
21 |
-
title = "
|
22 |
-
description = "
|
23 |
|
24 |
iface = gr.Interface(fn=process, inputs="text", outputs="image", title=title, description=description)
|
25 |
iface.launch()
|
|
|
18 |
|
19 |
return(file_path)
|
20 |
|
21 |
+
title = "Image Generator on GPT-Chatbot"
|
22 |
+
description = "бесплатный ИИ-генератор картинок Flux-realism"
|
23 |
|
24 |
iface = gr.Interface(fn=process, inputs="text", outputs="image", title=title, description=description)
|
25 |
iface.launch()
|