Greff3 commited on
Commit
b3e7647
·
verified ·
1 Parent(s): 97b7aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def process(Prompt):
18
 
19
  return(file_path)
20
 
21
- title = "Pollinations Image Generator"
22
- description = "Pollinations API + Randomizer"
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()