Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ style="""
|
|
88 |
background:url("https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png")
|
89 |
}
|
90 |
"""
|
91 |
-
with gr.Blocks() as iface:
|
92 |
gr.HTML("""<div class="top_head"><center><h1>Mixtral Chat Diffusion</h1><br><h3>This chatbot will generate images</h3></center></div?""")
|
93 |
#chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
with gr.Row():
|
|
|
88 |
background:url("https://huggingface.co/spaces/johann22/chat-diffusion/resolve/main/image.png")
|
89 |
}
|
90 |
"""
|
91 |
+
with gr.Blocks(css=style) as iface:
|
92 |
gr.HTML("""<div class="top_head"><center><h1>Mixtral Chat Diffusion</h1><br><h3>This chatbot will generate images</h3></center></div?""")
|
93 |
#chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
94 |
with gr.Row():
|