Spaces:
Running
Running
Himank Jain
commited on
Commit
·
ef36e39
1
Parent(s):
db7922b
removed logo
Browse files
app.py
CHANGED
@@ -90,10 +90,7 @@ custom_theme = gr.themes.Base(
|
|
90 |
|
91 |
with gr.Blocks(theme=custom_theme) as demo:
|
92 |
with gr.Row():
|
93 |
-
|
94 |
-
gr.Image("static/eden.png", show_label=False, container=False, height=50, width=50, interactive=False)
|
95 |
-
with gr.Column(scale=11):
|
96 |
-
gr.Markdown("# Eden")
|
97 |
gr.Markdown("Chat with the fine-tuned multimodal Eden using text, audio, or image inputs.")
|
98 |
|
99 |
chatbot = gr.Chatbot(
|
|
|
90 |
|
91 |
with gr.Blocks(theme=custom_theme) as demo:
|
92 |
with gr.Row():
|
93 |
+
gr.Markdown("# Eden")
|
|
|
|
|
|
|
94 |
gr.Markdown("Chat with the fine-tuned multimodal Eden using text, audio, or image inputs.")
|
95 |
|
96 |
chatbot = gr.Chatbot(
|