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...
9bba19f
space_with_files_v4_sse_v2
/
app.py
abidlabs
HF staff
Update app.py
9bba19f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x,y,z:(x,y,z), [
"audio"
,
"video"
,
"textbox"
], [
"audio"
,
"video"
,
"textbox"
]).launch()