Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -992,6 +992,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
|
|
| 992 |
gr.Examples(
|
| 993 |
examples=[
|
| 994 |
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png", ""],
|
|
|
|
|
|
|
| 995 |
],
|
| 996 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
| 997 |
label="Click an Example to Load Data"
|
|
|
|
| 992 |
gr.Examples(
|
| 993 |
examples=[
|
| 994 |
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png", ""],
|
| 995 |
+
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.011.png", ""],
|
| 996 |
+
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.012.png", ""],
|
| 997 |
],
|
| 998 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
| 999 |
label="Click an Example to Load Data"
|