oj-4 / oj-4.py
TenPoisk
Update oj-4.py
edd9eff
raw
history blame
465 Bytes
#import library
import gradio as gr
#title of app
title = "🦋 OpenJourney 4.0"
#description of app
description = "This space is for generating images from text with the OpenJourney 4.0 model!"
#article of app
article = """
<p style='text-align: center'>
<a href='https://hf.co/CofAI' target='_blank'>CofAI Group</a>
</p>
"""
gr.Interface.load("models/prompthero/openjourney", title=title, description=description, article=article, theme = "Blue").launch()