verymehari commited on
Commit
8ae498b
·
verified ·
1 Parent(s): df5c44f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -61,15 +61,13 @@ if __name__ == "__main__":
61
  demo.launch(server_name="0.0.0.0")
62
  ```
63
 
64
- And you need these two files in the repo root:
65
-
66
- **`requirements.txt`**
67
  ```
68
  gradio>=4.40.0
69
  git+https://github.com/apple/ml-sharp.git
70
  ```
71
 
72
- **`packages.txt`** (for system deps SHARP likely needs)
73
  ```
74
  git
75
  libgl1-mesa-glx
 
61
  demo.launch(server_name="0.0.0.0")
62
  ```
63
 
64
+ And your `requirements.txt`:
 
 
65
  ```
66
  gradio>=4.40.0
67
  git+https://github.com/apple/ml-sharp.git
68
  ```
69
 
70
+ And `packages.txt`:
71
  ```
72
  git
73
  libgl1-mesa-glx