typo diffusing
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["images"], place
|
|
287 |
with gr.Blocks(fill_height=True) as demo:
|
288 |
gr.Markdown(DESCRIPTION)
|
289 |
gr.Interface(
|
290 |
-
fn=
|
291 |
inputs="text",
|
292 |
outputs="image",
|
293 |
fill_height=True,
|
|
|
287 |
with gr.Blocks(fill_height=True) as demo:
|
288 |
gr.Markdown(DESCRIPTION)
|
289 |
gr.Interface(
|
290 |
+
fn=diffusing,
|
291 |
inputs="text",
|
292 |
outputs="image",
|
293 |
fill_height=True,
|