Spaces:
Runtime error
Runtime error
Rename app.py to app2.py
Browse files
app.py
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
|
3 |
-
gr.Interface.load("K00B404/DullDiffusion-v0-1").launch()
|
|
|
|
|
|
|
|
app2.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
gr.Interface.load("huggingface/facebook/blenderbot-400M-distill").launch()
|