Spaces:
Build error
Build error
Update gradio
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gradio==
|
3 |
import gradio as gr
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gradio==3.4")
|
3 |
import gradio as gr
|
4 |
os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
5 |
os.system("git clone https://github.com/ShuhongChen/bizarre-pose-estimator.git")
|