Spaces:
Running on Zero
Running on Zero
test 9
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import argparse
|
| 2 |
import base64
|
| 3 |
import os
|
| 4 |
-
os.system("pip uninstall-y
|
| 5 |
os.system("pip uninstall -y spaces")
|
| 6 |
os.system("pip uninstall -y mcp")
|
| 7 |
os.system("pip install -r requirement.txt")
|
|
|
|
| 1 |
import argparse
|
| 2 |
import base64
|
| 3 |
import os
|
| 4 |
+
os.system("pip uninstall -y hf-gradio")
|
| 5 |
os.system("pip uninstall -y spaces")
|
| 6 |
os.system("pip uninstall -y mcp")
|
| 7 |
os.system("pip install -r requirement.txt")
|