matiss commited on
Commit
aaacc82
·
1 Parent(s): 4a63c5d
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -3
app.py CHANGED
@@ -36,4 +36,4 @@ with gr.Blocks() as demo:
36
  )
37
 
38
 
39
- demo.launch(server_name='local-alien.s.aist.go.jp', share=True, debug=True)
 
36
  )
37
 
38
 
39
+ demo.launch()
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  transformers
2
  gradio
3
  torch
4
- requests
5
  Pillow
6
- open_clip_torch
7
- ftfy
 
1
  transformers
2
  gradio
3
  torch
 
4
  Pillow
5
+ accelerate
6
+