Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
os.system("pip install -U gradio")
|
| 3 |
os.system("pip install -U bitsandbytes diffusers torchaudio torchvision torch transformers peft accelerate trl datasets")
|
| 4 |
-
os.system("pip install spaces")
|
| 5 |
|
| 6 |
import io
|
| 7 |
import json
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("pip install -U gradio")
|
| 3 |
os.system("pip install -U bitsandbytes diffusers torchaudio torchvision torch transformers peft accelerate trl datasets")
|
| 4 |
+
os.system("pip install spaces-0.1.0-py3-none-any.whl")
|
| 5 |
|
| 6 |
import io
|
| 7 |
import json
|