Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ print("[DEBUG] Building Gradio UI")
|
|
| 102 |
demo = gr.ChatInterface(
|
| 103 |
fn=chat_fn,
|
| 104 |
multimodal=True,
|
| 105 |
-
title="EveryonesGPT Vision
|
| 106 |
description="No text input. Download example image. https://raw.githubusercontent.com/HayatoHongo/nanoGPTVision/main/hodomoe_cat.png",
|
| 107 |
additional_inputs=[
|
| 108 |
gr.Slider(0.1, 2.0, value=0.2, step=0.05, label="Temperature"),
|
|
|
|
| 102 |
demo = gr.ChatInterface(
|
| 103 |
fn=chat_fn,
|
| 104 |
multimodal=True,
|
| 105 |
+
title="EveryonesGPT Vision Instruct. Single-turn English Only demo (CLIP ViT-L/14)",
|
| 106 |
description="No text input. Download example image. https://raw.githubusercontent.com/HayatoHongo/nanoGPTVision/main/hodomoe_cat.png",
|
| 107 |
additional_inputs=[
|
| 108 |
gr.Slider(0.1, 2.0, value=0.2, step=0.05, label="Temperature"),
|