Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,15 +61,13 @@ if __name__ == "__main__":
|
|
| 61 |
demo.launch(server_name="0.0.0.0")
|
| 62 |
```
|
| 63 |
|
| 64 |
-
And
|
| 65 |
-
|
| 66 |
-
**`requirements.txt`**
|
| 67 |
```
|
| 68 |
gradio>=4.40.0
|
| 69 |
git+https://github.com/apple/ml-sharp.git
|
| 70 |
```
|
| 71 |
|
| 72 |
-
|
| 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
|