Spaces:
Runtime error
Runtime error
lvyb
commited on
Commit
β’
5cb6eb4
1
Parent(s):
b3a8146
app
Browse files
app.py
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
|
4 |
+
description = "ζεηζεΎη"
|
5 |
+
examples = [["θ½ζ₯εΎη", "ε°η«", "cat", "car"]]
|
6 |
+
|
7 |
+
demo = gr.Interface.load("models/runwayml/stable-diffusion-v1-5", description=description, examples=examples)
|
8 |
+
demo.launch()
|