Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/openjourney
Rahorus
/
openjourney
like
4
Runtime error
App
Files
Files
Community
81c0054
openjourney
/
app.py
Rahorus
Duplicate from akhaliq/openjourney
81c0054
almost 2 years ago
raw
Copy download link
history
blame
Safe
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()