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

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
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")