ercaronte commited on
Commit
b08a84d
1 Parent(s): c822b09

Update README.md

Browse files

Moving from SDK 3.36.1 to the latest (3.47.1) to fix a bug determining the api name when a demo has `api_name=False`
The bug is affecting gradio_client version 0.2.7, that is installed together with gradio 3.36.1. It was fixed in gradio_client version 0.2.9

See discussion here for more details:
https://huggingface.co/spaces/huggingface-course/audio-course-u7-assessment/discussions/9

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 😻
4
  colorFrom: pink
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 3.36.1
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: pink
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: 3.47.1
8
  app_file: app.py
9
  pinned: false
10
  ---