Spaces:
Running
Running
Vladimir Iashin
commited on
Commit
·
395f60e
1
Parent(s):
27ae7cb
(part 1/2): fixed app file and readme
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ This repository relies on the submodule (back-end)
|
|
14 |
[WebsiteYOLO](https://github.com/v-iashin/WebsiteYOLO).
|
15 |
HuggingFace Spaces requires a file with requirements as `requirements.txt`
|
16 |
and app code as `app.py` in the root directory.
|
17 |
-
To rely on the submodule, I linked `gradio_requirements.txt`
|
18 |
-
|
19 |
|
20 |
|
21 |
## Requirements
|
|
|
14 |
[WebsiteYOLO](https://github.com/v-iashin/WebsiteYOLO).
|
15 |
HuggingFace Spaces requires a file with requirements as `requirements.txt`
|
16 |
and app code as `app.py` in the root directory.
|
17 |
+
To rely on the submodule, I linked `gradio_requirements.txt` to `requirements.txt`
|
18 |
+
and import from `gradio_app.py` to `app.py`.
|
19 |
|
20 |
|
21 |
## Requirements
|
app.py
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
./WebsiteYOLO/gradio_app.py
|
|
|
|