carolisteia commited on
Commit
8187405
·
1 Parent(s): 33a0851

Use stable Gradio version for Space

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +7 -1
  3. requirements.txt +4 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📜
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  python_version: 3.11
9
  app_file: app.py
10
  pinned: false
 
4
  colorFrom: gray
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.23.1
8
  python_version: 3.11
9
  app_file: app.py
10
  pinned: false
app.py CHANGED
@@ -1660,4 +1660,10 @@ historical linguistics, and computational humanities.
1660
  )
1661
 
1662
 
1663
- demo.launch(allowed_paths=["team", "sample_data"])
 
 
 
 
 
 
 
1660
  )
1661
 
1662
 
1663
+ #demo.launch(allowed_paths=["team", "sample_data"])
1664
+ if __name__ == "__main__":
1665
+ demo.launch(
1666
+ server_name="0.0.0.0",
1667
+ server_port=7860,
1668
+ allowed_paths=["team", "sample_data"],
1669
+ )
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
- gradio==4.44.1
2
  pandas==2.2.3
3
- huggingface_hub==0.25.2
 
 
 
1
+ gradio==5.23.1
2
  pandas==2.2.3
3
+
4
+
5
+