turhancan97 commited on
Commit
722aeb9
·
verified ·
1 Parent(s): 12e1da7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +4 -4
  2. requirements.txt +4 -4
app.py CHANGED
@@ -114,8 +114,8 @@ with gr.Blocks(title="Tiny ViT — ImageNet-1k classifier", theme=gr.themes.Soft
114
 
115
  if __name__ == "__main__":
116
  demo.launch(
117
- server_name="0.0.0.0",
118
- server_port=7860,
119
- show_api=False,
120
- share=False,
121
  )
 
114
 
115
  if __name__ == "__main__":
116
  demo.launch(
117
+ # server_name="0.0.0.0",
118
+ # server_port=7860,
119
+ # show_api=False,
120
+ # share=False,
121
  )
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
- transformers==4.57.3
3
- torch==2.8.0
4
- Pillow==10.4.0
 
1
+ gradio>=5.0.0
2
+ transformers>=4.44.0
3
+ torch>=2.2.0
4
+ Pillow>=10.0.0