github-actions[bot] commited on
Commit
ceedfa1
·
1 Parent(s): 797f311

Sync from GitHub: 3cd9111bd2916690e85a00a3d80e9743940210ca

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -4
app.py CHANGED
@@ -390,4 +390,4 @@ with gr.Blocks(title="rgbd-depth Demo") as demo:
390
  )
391
 
392
  if __name__ == "__main__":
393
- demo.launch(server_name="0.0.0.0")
 
390
  )
391
 
392
  if __name__ == "__main__":
393
+ demo.launch(server_name="0.0.0.0", share=True)
requirements.txt CHANGED
@@ -5,10 +5,9 @@ opencv-python>=4.5.0
5
  numpy>=1.20.0
6
  Pillow>=9.0.0
7
 
8
- # Gradio demo - pin both to avoid JSON schema bug
9
- gradio>=4.44.1,<5.0.0
10
- gradio_client>=1.3.0,<2.0.0
11
  matplotlib>=3.5.0
12
 
13
  # Model downloads from HuggingFace
14
- huggingface-hub>=0.20.0,<1.0.0
 
5
  numpy>=1.20.0
6
  Pillow>=9.0.0
7
 
8
+ # Gradio demo (latest versions)
9
+ gradio>=6.0.0
 
10
  matplotlib>=3.5.0
11
 
12
  # Model downloads from HuggingFace
13
+ huggingface-hub>=0.20.0