Greff3 commited on
Commit
f67f010
·
verified ·
1 Parent(s): a9c45ae

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
  print(Prompt)
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(share=True)
 
18
  print(Prompt)
19
  return(file_path)
20
 
21
+ title = "Midjourney Free on GPT-Chatbot"
22
+ description = "Миджорни (Midjourney Free) — онлайн нейросеть для создания картинок и фото бесплатно"
23
 
24
  iface = gr.Interface(fn=process, inputs="text", outputs="image", title=title, description=description)
25
  iface.launch(share=True)