Spaces:
Running
on
Zero
Running
on
Zero
Upload README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,15 @@ emoji: 🖼️
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
-
license: apache-2.0 #
|
10 |
-
#
|
11 |
-
#
|
12 |
-
# hardware: cpu-upgrade
|
|
|
|
|
|
|
13 |
# hf_token: YOUR_HF_TOKEN # Use secrets instead!
|
14 |
---
|
15 |
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.0 # Updated Gradio SDK version
|
8 |
app_file: app.py
|
9 |
+
license: apache-2.0 # Or your preferred license
|
10 |
+
# Hardware Selection:
|
11 |
+
# For CPU execution (recommended if GPU isn't strictly needed):
|
12 |
+
# hardware: cpu-upgrade
|
13 |
+
# For GPU execution (requires compatible CUDA setup):
|
14 |
+
# hardware: cuda-t4-small
|
15 |
+
# pinned: false # Set to true if you want to pin the hardware
|
16 |
# hf_token: YOUR_HF_TOKEN # Use secrets instead!
|
17 |
---
|
18 |
|