Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def process(Prompt):
|
|
18 |
print(Prompt)
|
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(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)
|