ALVHB95 commited on
Commit
ca5d3dd
·
1 Parent(s): b0cc72d

new requirements

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
 
3
  import torch
 
1
+ # app.py
2
+
3
  import gradio as gr
4
 
5
  import torch
requirements.txt CHANGED
@@ -13,4 +13,4 @@ tenacity==8.3.0
13
  fake_useragent
14
 
15
  # Huggingface_hub version that has cached_download
16
- huggingface_hub==0.10.1
 
13
  fake_useragent
14
 
15
  # Huggingface_hub version that has cached_download
16
+ huggingface_hub==0.11.1