Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
!os.system('pip install transformers bitsandbytes sentencepiece torch')
|
3 |
# import gradio as gr
|
4 |
#!pip install transformers bitsandbytes sentencepiece torch
|
|
|
1 |
+
import os
|
2 |
!os.system('pip install transformers bitsandbytes sentencepiece torch')
|
3 |
# import gradio as gr
|
4 |
#!pip install transformers bitsandbytes sentencepiece torch
|