LiXiY commited on
Commit
b95031b
·
1 Parent(s): 4c20ffe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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")
 
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")