Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio-tests/space_with_files_v4_sse_v2
abidlabs
/
test-original-space2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Feb 7, 2024
Commit
ac748ac
·
verified
·
1 Parent(s):
0a079fa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface(lambda x
,y
:
(
x,
y),
[
"audio", "
video"], ["
audio"
, "video"]
).launch()
1
import gradio as gr
2
3
+
gr.Interface(lambda x:x, "audio", "audio").launch()