Spaces:
Running
on
Zero
Running
on
Zero
updated
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import spaces
|
2 |
from diffusers import DiffusionPipeline
|
3 |
|
@@ -18,4 +21,4 @@ gr.Interface(
|
|
18 |
fn=generate,
|
19 |
inputs=gr.Text(),
|
20 |
outputs=gr.Text(),
|
21 |
-
).launch()
|
|
|
1 |
+
#
|
2 |
+
# Simple example.
|
3 |
+
#
|
4 |
import spaces
|
5 |
from diffusers import DiffusionPipeline
|
6 |
|
|
|
21 |
fn=generate,
|
22 |
inputs=gr.Text(),
|
23 |
outputs=gr.Text(),
|
24 |
+
).launch()
|