Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Politrees
/
CoverGen-RVC
like
19
Running
App
Files
Files
Community
9
refs/pr/1
CoverGen-RVC
/
src
/
modules
/
file_processing.py
Politrees
Upload 29 files
e976963
verified
4 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
def
process_file_upload
(
file
):
return
gr.update(value=file)