Commit
·
046a2a3
1
Parent(s):
11ca63e
Fix dumb typo
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import random
|
4 |
import inspect
|
5 |
latent = gr.Interface.load("spaces/multimodalart/latentdiffusion")
|
6 |
-
print(
|
7 |
rudalle = gr.Interface.load("spaces/multimodalart/rudalle")
|
8 |
print(rudalle)
|
9 |
guided = gr.Interface.load("spaces/EleutherAI/clip-guided-diffusion")
|
|
|
3 |
import random
|
4 |
import inspect
|
5 |
latent = gr.Interface.load("spaces/multimodalart/latentdiffusion")
|
6 |
+
print(latent)
|
7 |
rudalle = gr.Interface.load("spaces/multimodalart/rudalle")
|
8 |
print(rudalle)
|
9 |
guided = gr.Interface.load("spaces/EleutherAI/clip-guided-diffusion")
|