manasch commited on
Commit
5a5231d
1 Parent(s): 152428e

gradio sdk version bump

Browse files

Updating the gradio sdk version on suggestion

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎧
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.7.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
@@ -13,8 +13,8 @@ models:
13
  - Salesforce/blip-image-captioning-large
14
  - facebook/musicgen-small
15
  tags:
16
- - "image2music-generation"
17
- - "image-captioning"
18
  ---
19
 
20
  # Audio Palette
@@ -23,4 +23,4 @@ tags:
23
 
24
  - Since this space is running on CPU, it is not possible to generate music in a reasonable time.
25
  - To address this, we have provided a [python notebook](./notebooks/AudioPalette.ipynb) that handles the music generation part which can be run locally (if you have GPU) or elsewhere.
26
- - This uses fastAPI to accept api requests and ngrok to expose the server. The same ngrok link needs to be pasted in the input box. (Make sure to include the trailing `/`).
 
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.36.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
13
  - Salesforce/blip-image-captioning-large
14
  - facebook/musicgen-small
15
  tags:
16
+ - image2music-generation
17
+ - image-captioning
18
  ---
19
 
20
  # Audio Palette
 
23
 
24
  - Since this space is running on CPU, it is not possible to generate music in a reasonable time.
25
  - To address this, we have provided a [python notebook](./notebooks/AudioPalette.ipynb) that handles the music generation part which can be run locally (if you have GPU) or elsewhere.
26
+ - This uses fastAPI to accept api requests and ngrok to expose the server. The same ngrok link needs to be pasted in the input box. (Make sure to include the trailing `/`).