Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
NobleEpuz/openjourney
kukuhtw
/
openjourney
like
0
Runtime error
App
Files
Files
Community
7de4af6
openjourney
/
app.py
kukuhtw
Duplicate from NobleEpuz/openjourney
7de4af6
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()