ApaCu commited on
Commit
548cea8
·
1 Parent(s): 37dcd44
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -1
app.py CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks(
133
  )
134
 
135
  # Luncurkan aplikasi
136
- demo.launch()
 
133
  )
134
 
135
  # Luncurkan aplikasi
136
+ demo.launch()
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  gradio==4.44.0
2
  transformers==4.44.2
3
- torch==2.4.1
 
 
1
  gradio==4.44.0
2
  transformers==4.44.2
3
+ torch==2.4.1
4
+ accelerate==0.33.0