Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -200,5 +200,7 @@ examples = ['a camel | a forest', 'A cloudy blue sky | A mountain in the horizo
|
|
200 |
|
201 |
|
202 |
import gradio as gr
|
203 |
-
gr.Interface(
|
|
|
|
|
204 |
|
|
|
200 |
|
201 |
|
202 |
import gradio as gr
|
203 |
+
gr.Interface(title='Compositional Visual Generation with Composable Diffusion Models',
|
204 |
+
description='Demo for Composable Diffusion. Project Page: https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/',
|
205 |
+
fn=compose_language_descriptions, inputs='text', outputs='image', examples=examples).launch();
|
206 |
|