Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
-
|
4 |
from model import Model, ModelType
|
5 |
|
6 |
from app_canny import create_demo as create_demo_canny
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
+
import os
|
4 |
from model import Model, ModelType
|
5 |
|
6 |
from app_canny import create_demo as create_demo_canny
|