Spaces:
Running
on
Zero
Running
on
Zero
Update app_canny.py
Browse files- app_canny.py +1 -0
app_canny.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
#!/usr/bin/env python
|
2 |
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
def create_demo(process):
|
|
|
1 |
#!/usr/bin/env python
|
2 |
|
3 |
+
import spaces
|
4 |
import gradio as gr
|
5 |
|
6 |
def create_demo(process):
|