Spaces:
Configuration error
Configuration error
sergiopaniego
commited on
Commit
•
9c22e40
1
Parent(s):
c4a19e4
Update README.md with new Gradio version
Browse filesThe Space currently generates a configuration error and it doesn't work in the NLP course: https://huggingface.co/learn/nlp-course/chapter7/2?fw=pt
README.md
CHANGED
@@ -4,10 +4,10 @@ emoji: 🦀
|
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.42.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|