abidlabs HF staff commited on
Commit
c912e65
1 Parent(s): d9f6eae

Update the Gradio version so that external requests to the REST API are not allowed

Browse files

We've received reports that people might be abusing this Space's API, which degrades the experience of other people using the Space directly. This special release of the library blocks direct requests to the Space's REST API

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🕵️‍♂️
4
  colorFrom: yellow
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 3.6
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: yellow
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: 3.6.0b10
8
  app_file: app.py
9
  pinned: true
10
  license: mit