Update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,7 @@ demo = gr.ChatInterface(
|
|
| 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=[
|
|
|
|
| 106 |
"You must include an image."
|
| 107 |
"Download an example image."
|
| 108 |
"https://raw.githubusercontent.com/HayatoHongo/nanoGPTVision/main/hodomoe_cat.png\n"
|
| 109 |
+
"### Github Repo: https://github.com/HayatoHongo/nanoGPT-Vision.git\n"
|
| 110 |
"### **⚠️ The first message takes around 1 minute.**"
|
| 111 |
),
|
| 112 |
additional_inputs=[
|