Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1387,7 +1387,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
|
|
1387 |
load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
|
1388 |
gr.Examples(
|
1389 |
examples=[
|
1390 |
-
[
|
1391 |
],
|
1392 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
1393 |
label="Click an Example to Load Data"
|
|
|
1387 |
load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
|
1388 |
gr.Examples(
|
1389 |
examples=[
|
1390 |
+
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png", ""],
|
1391 |
],
|
1392 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
1393 |
label="Click an Example to Load Data"
|