Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import uuid
|
|
4 |
import subprocess
|
5 |
from pathlib import Path
|
6 |
from typing import Tuple
|
7 |
-
from inference_img import
|
8 |
import gradio as gr
|
9 |
|
10 |
# Demo images
|
|
|
4 |
import subprocess
|
5 |
from pathlib import Path
|
6 |
from typing import Tuple
|
7 |
+
from inference_img import *
|
8 |
import gradio as gr
|
9 |
|
10 |
# Demo images
|