eranlevinlt commited on
Commit
fa19519
1 Parent(s): 62cd29e
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +3 -1
app.py CHANGED
@@ -1,4 +1,3 @@
1
- import spaces
2
  import gradio as gr
3
  import torch
4
  from huggingface_hub import snapshot_download
 
 
1
  import gradio as gr
2
  import torch
3
  from huggingface_hub import snapshot_download
requirements.txt CHANGED
@@ -7,4 +7,6 @@ einops
7
  matplotlib
8
  opencv-python
9
  beautifulsoup4
10
- ftfy
 
 
 
7
  matplotlib
8
  opencv-python
9
  beautifulsoup4
10
+ ftfy
11
+ gradio
12
+ huggingface_hub==0.25