Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1396,7 +1396,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gr-button { margin: 5px; } .gr-text
|
|
1396 |
load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
|
1397 |
gr.Examples(
|
1398 |
examples=[
|
1399 |
-
[
|
1400 |
],
|
1401 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
1402 |
label="Choose an Evolution Checkpoint"
|
|
|
1396 |
load_master_btn = gr.Button("⬆️ Load from Sources", variant="primary", interactive=not DEMO_MODE)
|
1397 |
gr.Examples(
|
1398 |
examples=[
|
1399 |
+
["https://huggingface.co/spaces/Agents-MCP-Hackathon/iLearn/resolve/main/evolutions/e0.01.01.png", ""],
|
1400 |
],
|
1401 |
inputs=[upload_kb_img_fobj, load_kb_password_tb],
|
1402 |
label="Choose an Evolution Checkpoint"
|