Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
motion-blur
like
8
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
tonyassi
commited on
Jan 10, 2024
Commit
f9db485
Β·
verified
Β·
1 Parent(s):
442e23b
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
3
def blur(img):
4
return img
1
import gradio as gr
2
+
from Blur import motion_blur, background_motion_blur
3
4
def blur(img):
5
return img