Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DegMaTsu/ComfyUI-Reactor-Fast-Face-Swap
LULDev
/
FS_
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DegMaTsu
commited on
May 3
Commit
a4687e3
·
verified
·
1 Parent(s):
0cb4a95
Upload postBuild
Browse files
Files changed (1)
hide
show
postBuild
+4
-0
postBuild
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/usr/bin/env bash
2
+
pip uninstall -y gradio gradio-client
3
+
pip install gradio==3.50.1
4
+
pip install gradio-client==0.6.17