Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
openjourney
like
39
Runtime error
App
Files
Files
Community
7
3bc416a
openjourney
/
app.py
akhaliq
HF staff
Update app.py
3bc416a
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()