Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🚀
|
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.33.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tag: mcp-server-track
|
@@ -41,4 +41,4 @@ This is a tool to create encrypted PNG images.
|
|
41 |
This tab acts as a client to test the server's decryption logic.
|
42 |
- Upload an image (ideally, one you just made in the "Image Creator" tab).
|
43 |
- Click "Decrypt Image".
|
44 |
-
- The application will perform a *simulated API call* by directly passing the image to the internal decryption function. The decrypted JSON data will be displayed. This demonstrates the end-to-end data flow without the need for an actual HTTP request.
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tag: mcp-server-track
|
|
|
41 |
This tab acts as a client to test the server's decryption logic.
|
42 |
- Upload an image (ideally, one you just made in the "Image Creator" tab).
|
43 |
- Click "Decrypt Image".
|
44 |
+
- The application will perform a *simulated API call* by directly passing the image to the internal decryption function. The decrypted JSON data will be displayed. This demonstrates the end-to-end data flow without the need for an actual HTTP request.
|