Wauplin HF Staff commited on
Commit
9ee156d
·
1 Parent(s): f0ea3d1
Files changed (4) hide show
  1. .gitattributes +3 -0
  2. app.py +0 -4
  3. gradio-3.37.0-py3-none-any.whl +3 -0
  4. install.sh +0 -5
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+
37
+ # whl
38
+ *.whl filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -1,7 +1,3 @@
1
- import subprocess
2
-
3
- subprocess.run(["bash", "install.sh"])
4
-
5
  import gradio as gr
6
  import gradio.utils
7
 
 
 
 
 
 
1
  import gradio as gr
2
  import gradio.utils
3
 
gradio-3.37.0-py3-none-any.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dcb71c04282de2d7200c129edb461e1828a3a7e6785d4736cd9e600d747b98b
3
+ size 2819948
install.sh DELETED
@@ -1,5 +0,0 @@
1
- # To install gradio from branch at runtime (only requires a Space restart, not a factory reboot)
2
- git clone https://github.com/Wauplin/gradio.git
3
- cd gradio
4
- git checkout oauth-support
5
- bash scripts/install_gradio.sh