Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -59,16 +59,3 @@ with gr.Blocks(title="SHARP 3D") as demo:
|
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 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
|
| 74 |
-
libglib2.0-0
|
|
|
|
| 59 |
|
| 60 |
if __name__ == "__main__":
|
| 61 |
demo.launch(server_name="0.0.0.0")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|