Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio-tests
/
space_with_files_v4_sse_v2
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a079fa
space_with_files_v4_sse_v2
/
app.py
abidlabs
HF staff
Update app.py
07b45c5
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x,y:(x,y), [
"audio"
,
"video"
], [
"audio"
,
"video"
]).launch()