Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
63510a9
1
Parent(s):
87941c2
Bump Gradio SDK to 5.29.0. Comment-out python version because something keeps on munging it to "3.1" instead of "3.10". And the ZeroGPU Spaces only support a single python version anyway = 3.10.?
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ title: Inkling
|
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
-
python_version: 3.
|
7 |
sdk: gradio
|
8 |
-
sdk_version: 5.
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
license: agpl-3.0
|
|
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
+
# python_version: 3.10
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 5.29.0
|
9 |
app_file: app.py
|
10 |
pinned: true
|
11 |
license: agpl-3.0
|