lukiod commited on
Commit
7c40095
1 Parent(s): 7901fac

Add application file

Browse files
Files changed (2) hide show
  1. requirements.txt +6 -0
  2. runtime.txt +1 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit
2
+ torch
3
+ transformers
4
+ Pillow
5
+ byaldi
6
+ qwen_vl_utils
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.11.6