openjourney / app.py
akhaliq's picture
akhaliq HF staff
Update app.py
3bc416a
raw history blame
No virus
228 Bytes
import gradio as gr
description = """<div>
<img src="https://i.imgur.com/FEA7N1p.png">
</div>
"""
gr.Interface.load("models/prompthero/openjourney", description=description).launch()