assentian1970 commited on
Commit
9e84774
·
verified ·
1 Parent(s): def584b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: MPLUG Owl3
3
  emoji: 🏢
4
  colorFrom: blue
5
  colorTo: pink
@@ -7,8 +7,6 @@ sdk: gradio
7
  sdk_version: "4.41.0"
8
  app_file: app.py
9
  pinned: false
10
- gpu: zero # <-- Add this line for ZeroGPU
11
- cpu: medium # <-- Add CPU specification
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Construction
3
  emoji: 🏢
4
  colorFrom: blue
5
  colorTo: pink
 
7
  sdk_version: "4.41.0"
8
  app_file: app.py
9
  pinned: false
10
+ gpu: zero
11
+ cpu: xlarge # Requires xlarge for 15GB model
12
+ ---