Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,13 @@ Welcome to the **Nakhoda4X Pro** dashboard, a Gradio-based application for monit
|
|
39 |
## Troubleshooting
|
40 |
- **Error: "Failed to sync with BingX API"**: Ensure your API credentials are valid, permissions are correct, and your network allows API requests. Check the browser console (F12) or Space logs for details. Refer to [BingX API Documentation](https://bingx-api.github.io/docs/) for support.
|
41 |
- **Invalid JSON Response**: If you see "Unexpected token 'E', 'Entry not found'", verify credentials, permissions, or contact BingX support ([email protected]) with your API key ID.
|
|
|
42 |
- **Chart Issues**: Ensure Gradio SDK version 5.39.0 is compatible; update if necessary.
|
43 |
|
44 |
## Configuration
|
45 |
- **SDK**: Gradio 5.39.0
|
46 |
-
- **Dependencies**: Managed via `requirements.txt` (gradio==5.39.0, transformers==4.35.2, requests==2.28.1)
|
47 |
-
- **Last Updated**: 09:
|
48 |
|
49 |
## Notes
|
50 |
- API credentials are stored in memory for the session only and reset on page refresh.
|
@@ -52,6 +53,4 @@ Welcome to the **Nakhoda4X Pro** dashboard, a Gradio-based application for monit
|
|
52 |
- For configuration reference, see [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
|
53 |
|
54 |
## Contributions
|
55 |
-
Feel free to fork this Space, submit issues, or suggest enhancements on the [GitHub repository](https://huggingface.co/spaces/EricSam/bingx-monitoring) or via email.
|
56 |
-
|
57 |
-
---
|
|
|
39 |
## Troubleshooting
|
40 |
- **Error: "Failed to sync with BingX API"**: Ensure your API credentials are valid, permissions are correct, and your network allows API requests. Check the browser console (F12) or Space logs for details. Refer to [BingX API Documentation](https://bingx-api.github.io/docs/) for support.
|
41 |
- **Invalid JSON Response**: If you see "Unexpected token 'E', 'Entry not found'", verify credentials, permissions, or contact BingX support ([email protected]) with your API key ID.
|
42 |
+
- **Classifier Not Working**: If the hotdog classifier fails with a "RuntimeError" about missing frameworks, ensure `torch` is installed. Update `requirements.txt` to include `torch==2.3.0` and redeploy the Space.
|
43 |
- **Chart Issues**: Ensure Gradio SDK version 5.39.0 is compatible; update if necessary.
|
44 |
|
45 |
## Configuration
|
46 |
- **SDK**: Gradio 5.39.0
|
47 |
+
- **Dependencies**: Managed via `requirements.txt` (gradio==5.39.0, transformers==4.35.2, requests==2.28.1, torch==2.3.0)
|
48 |
+
- **Last Updated**: 09:43 PM +08, Thursday, July 31, 2025
|
49 |
|
50 |
## Notes
|
51 |
- API credentials are stored in memory for the session only and reset on page refresh.
|
|
|
53 |
- For configuration reference, see [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference).
|
54 |
|
55 |
## Contributions
|
56 |
+
Feel free to fork this Space, submit issues, or suggest enhancements on the [GitHub repository](https://huggingface.co/spaces/EricSam/bingx-monitoring) or via email.
|
|
|
|