Patrick Rathje
commited on
Commit
·
27a7b2a
1
Parent(s):
2f00c8f
add video
Browse files
app.py
CHANGED
|
@@ -160,6 +160,8 @@ with gr.Blocks() as demo:
|
|
| 160 |
The API is a simpler version of https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
|
| 161 |
""")
|
| 162 |
|
|
|
|
|
|
|
| 163 |
with gr.Tab("Read File"):
|
| 164 |
path = gr.Textbox(label="Path", value="index.md")
|
| 165 |
output = gr.Textbox(label="File Contents")
|
|
|
|
| 160 |
The API is a simpler version of https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
|
| 161 |
""")
|
| 162 |
|
| 163 |
+
gr.Markdown(" You can find a demo video here: https://youtu.be/9YiiNpxgnaU ")
|
| 164 |
+
|
| 165 |
with gr.Tab("Read File"):
|
| 166 |
path = gr.Textbox(label="Path", value="index.md")
|
| 167 |
output = gr.Textbox(label="File Contents")
|