Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
description = """<div>
|
4 |
+
<img src="https://i.imgur.com/FEA7N1p.png">
|
5 |
+
</div>
|
6 |
+
"""
|
7 |
+
|
8 |
+
gr.Interface.load("models/prompthero/openjourney", description=description).launch()
|