Spaces:
Runtime error
Runtime error
update header
Browse files- app_dialogue.py +12 -1
app_dialogue.py
CHANGED
|
@@ -585,7 +585,18 @@ chatbot = gr.Chatbot(
|
|
| 585 |
)
|
| 586 |
|
| 587 |
with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base()) as demo:
|
| 588 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 589 |
with gr.Row(elem_id="model_selector_row"):
|
| 590 |
model_selector = gr.Dropdown(
|
| 591 |
choices=MODELS,
|
|
|
|
| 585 |
)
|
| 586 |
|
| 587 |
with gr.Blocks(title="AI Meme Generator", theme=gr.themes.Base()) as demo:
|
| 588 |
+
with gr.Row(scale = 0.5):
|
| 589 |
+
gr.Image(
|
| 590 |
+
IDEFICS_LOGO,
|
| 591 |
+
show_label=False,
|
| 592 |
+
show_download_button=False,
|
| 593 |
+
show_share_button=False,
|
| 594 |
+
container=False,
|
| 595 |
+
height=40,
|
| 596 |
+
width=40,
|
| 597 |
+
)
|
| 598 |
+
with gr.Row():
|
| 599 |
+
gr.HTML("""<h1 align="center">AI Meme Generator <span style="font-size: 13px;">powered by <a href="https://huggingface.co/blog/idefics">IDEFICS</a></span></h1>""")
|
| 600 |
with gr.Row(elem_id="model_selector_row"):
|
| 601 |
model_selector = gr.Dropdown(
|
| 602 |
choices=MODELS,
|