osmunphotography commited on
Commit
e25832e
·
verified ·
1 Parent(s): 3a932b1

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py DELETED
@@ -1,18 +0,0 @@
1
- git clone https://github.com/lllyasviel/Fooocus.git
2
- cd Fooocus
3
- conda env create -f environment.yaml
4
- conda activate fooocus
5
- pip install -r requirements_versions.txt
6
-
7
- import subprocess
8
-
9
- # Clone the repository
10
- subprocess.run(["git", "clone", "https://github.com/lllyasviel/Fooocus.git"])
11
-
12
- from datasets import load_dataset
13
-
14
- # Load dataset from a GitHub repository
15
- repo_url = "https://github.com/lllyasviel/Fooocus"
16
- dataset = load_dataset(repo_url)
17
-
18
-