Spaces:
Running
Running
Commit
·
74ae0b8
1
Parent(s):
8828f20
Reinit files
Browse files- .gitignore +2 -0
- .huggingface.yml +1 -1
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
.env
|
2 |
+
secrets.toml
|
.huggingface.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
sdk: docker
|
2 |
-
app_file:
|
3 |
port: 7860
|
4 |
hardware: cpu-basic
|
|
|
1 |
sdk: docker
|
2 |
+
app_file: app.py
|
3 |
port: 7860
|
4 |
hardware: cpu-basic
|