Spaces:
Build error
Build error
omerXfaruq
commited on
Commit
•
24e9031
1
Parent(s):
77ac3b2
Upload app.py
Browse files
app.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
name_list = ['models/multimodalart/compvis-latent-diffusion-text2img-large']
|
3 |
+
interfaces = [gr.Interface.load(name) for name in name_list]
|
4 |
+
gr.mix.Parallel(*interfaces, title="example-title", description="example-description").launch()
|