Spaces:
Sleeping
Sleeping
File size: 228 Bytes
fa1bb81 |
1 2 3 4 5 6 7 8 |
import gradio as gr
description = """<div>
<img src="https://i.imgur.com/FEA7N1p.png">
</div>
"""
gr.Interface.load("models/prompthero/openjourney", description=description).launch() |