Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DegMaTsu
/
ComfyUI-Reactor-Fast-Face-Swap
like
15
Running
on
Zero
App
Files
Files
Community
1
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