Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jordonpeter01
/
Video-Display
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jordonpeter01
commited on
Feb 13, 2024
Commit
dcc0821
·
verified
·
1 Parent(s):
97459f7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
from gradio.inputs import URL
3
from gradio.outputs import HTML
4
1
import gradio as gr
2
+
from gradio import URL
3
from gradio.inputs import URL
4
from gradio.outputs import HTML
5