jmanhype commited on
Commit
76fb838
Β·
1 Parent(s): 7c2f064

feat: add pre-build script and update Space configuration

Browse files
Files changed (2) hide show
  1. .pre-build +2 -0
  2. README.md +2 -0
.pre-build ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ apt-get update && apt-get install -y wget
README.md CHANGED
@@ -8,6 +8,8 @@ dockerfile: scripts/gradio/Dockerfile
8
  app_port: 7860
9
  pinned: false
10
  skip_vscode: true
 
 
11
  ---
12
 
13
  # MuseV Demo
 
8
  app_port: 7860
9
  pinned: false
10
  skip_vscode: true
11
+ disable_embedding: true
12
+ fullscreen: true
13
  ---
14
 
15
  # MuseV Demo