akseljoonas HF Staff commited on
Commit
37af092
·
verified ·
1 Parent(s): a2d77b4

Fix: Update deprecated APIs and dependencies

Browse files

## Fix: Update Space to work with current Gradio/dependencies

This PR fixes the following issues:

- Added missing `sdk_version: 5.29.1` to README metadata

The Space is currently showing as `RUNTIME_ERROR`.

---
*This fix was generated by [smolagents/ml-agent](https://huggingface.co/smolagents/ml-agent)*

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: ♾️
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: true
9
  license: apache-2.0
 
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.29.1
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0