vvmnnnkv commited on
Commit
51b284c
·
1 Parent(s): 66b245a

app & requirements fixes

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +3 -1
app.py CHANGED
@@ -292,5 +292,4 @@ with gradio_app:
292
  )
293
 
294
 
295
- if __name__ == '__main__':
296
- gradio_app.launch(allowed_paths=["figures"])
 
292
  )
293
 
294
 
295
+ gradio_app.launch(allowed_paths=["figures"])
 
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  gradio==4.44.1
2
  gradio_client==1.3.0
3
  supervision==0.26.1
4
- transformers==4.53.2
 
 
 
1
  gradio==4.44.1
2
  gradio_client==1.3.0
3
  supervision==0.26.1
4
+ transformers==4.53.2
5
+ torch
6
+ Pillow