#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 = """
""" gr.Interface.load("models/prompthero/openjourney", title=title, description=description, article=article, theme = "Soft").launch()