hololens commited on
Commit
a05157d
·
1 Parent(s): 6e2c01b

Updated app configuration

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. space_config.yaml +5 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ *.pt
2
+ *.ckpt
3
+
space_config.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ sdk: gradio
2
+ python_version: 3.8
3
+ app_file: app.py
4
+ requirements: requirements.txt
5
+