hololens commited on
Commit ·
a05157d
1
Parent(s): 6e2c01b
Updated app configuration
Browse files- .gitignore +3 -0
- 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 |
+
|