cella110n commited on
Commit
003702e
·
verified ·
1 Parent(s): 2382b82

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -4,12 +4,15 @@ emoji: 🖼️
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.28.3 # Make sure this matches your gradio version
8
  app_file: app.py
9
- license: apache-2.0 # または適切なライセンス
10
- # Pinned Hardware: T4 small (GPU) or CPU upgrade (CPU)
11
- # pinned: false # 必要に応じてTrueに
12
- # hardware: cpu-upgrade # or cuda-t4-small
 
 
 
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