Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,12 @@ demo = gr.ChatInterface(
|
|
| 102 |
fn=chat_fn,
|
| 103 |
multimodal=True,
|
| 104 |
title="EveryonesGPT Vision Instruct. Single-turn English Only demo (CLIP ViT-L/14)",
|
| 105 |
-
description=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
additional_inputs=[
|
| 107 |
gr.Slider(0.1, 2.0, value=0.2, step=0.05, label="Temperature"),
|
| 108 |
gr.Slider(0.0, 1.0, value=0.9, step=0.05, label="Top-p"),
|
|
|
|
| 102 |
fn=chat_fn,
|
| 103 |
multimodal=True,
|
| 104 |
title="EveryonesGPT Vision Instruct. Single-turn English Only demo (CLIP ViT-L/14)",
|
| 105 |
+
description=(
|
| 106 |
+
"You must include an image."
|
| 107 |
+
"Download an example image."
|
| 108 |
+
"https://raw.githubusercontent.com/HayatoHongo/nanoGPTVision/main/hodomoe_cat.png\n"
|
| 109 |
+
"### **⚠️ The first message takes around 1 minute.**"
|
| 110 |
+
),
|
| 111 |
additional_inputs=[
|
| 112 |
gr.Slider(0.1, 2.0, value=0.2, step=0.05, label="Temperature"),
|
| 113 |
gr.Slider(0.0, 1.0, value=0.9, step=0.05, label="Top-p"),
|