Spaces:
Runtime error
Runtime error
fix load
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -1001,7 +1001,7 @@ with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base(), css=css) as de
|
|
1001 |
chatbot,
|
1002 |
],
|
1003 |
)
|
1004 |
-
demo.load(
|
1005 |
fn=choose_gallery,
|
1006 |
inputs=[gallery_type_choice],
|
1007 |
outputs=[template_gallery],
|
|
|
1001 |
chatbot,
|
1002 |
],
|
1003 |
)
|
1004 |
+
demo.load(
|
1005 |
fn=choose_gallery,
|
1006 |
inputs=[gallery_type_choice],
|
1007 |
outputs=[template_gallery],
|