Spaces:
Running
Running
broadfield
commited on
Commit
•
ac71a91
1
Parent(s):
e59f9eb
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,10 @@ def agent(prompt_in,history,mod=2,tok_in=""):
|
|
273 |
with gr.Blocks() as ux:
|
274 |
with gr.Row():
|
275 |
with gr.Column():
|
276 |
-
gr.HTML("""<center><div style='font-size:xx-large;font-weight:900;'>Chatbo</div>
|
|
|
|
|
|
|
277 |
chatbot=gr.Chatbot(type='messages',show_label=False, show_share_button=False, show_copy_button=True, layout="panel")
|
278 |
prompt=gr.MultimodalTextbox(label="Prompt",file_count="multiple", file_types=["image"])
|
279 |
mod_c=gr.Dropdown(choices=[n['name'] for n in clients],value='Qwen/Qwen2.5-Coder-32B-Instruct',type='index')
|
|
|
273 |
with gr.Blocks() as ux:
|
274 |
with gr.Row():
|
275 |
with gr.Column():
|
276 |
+
gr.HTML("""<center><div style='font-size:xx-large;font-weight:900;'>Chatbo</div><br>
|
277 |
+
<div style='font-size:large;font-weight:700;'>This will make changes to your Huggingface File System</div><br>
|
278 |
+
<div style='font-size:large;font-weight:900;'>Use at your own risk!</div><br>
|
279 |
+
""")
|
280 |
chatbot=gr.Chatbot(type='messages',show_label=False, show_share_button=False, show_copy_button=True, layout="panel")
|
281 |
prompt=gr.MultimodalTextbox(label="Prompt",file_count="multiple", file_types=["image"])
|
282 |
mod_c=gr.Dropdown(choices=[n['name'] for n in clients],value='Qwen/Qwen2.5-Coder-32B-Instruct',type='index')
|