Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gbsim
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gbsim
commited on
Jan 17, 2024
Commit
7eec99c
·
1 Parent(s):
fc181fa
add file
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,4 @@ def test(vid):
5
6
7
iface = gr.Interface(fn=test, inputs='video', outputs='video')
8
-
iface.
lauch
(share=True)
5
6
7
iface = gr.Interface(fn=test, inputs='video', outputs='video')
8
+
iface.
launch
(share=True)