Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def run_cmd(command):
|
|
124 |
print("Process interrupted")
|
125 |
sys.exit(1)
|
126 |
|
127 |
-
def run(image):
|
128 |
uid = uuid.uuid4()
|
129 |
|
130 |
if os.path.isdir(f"Temp{uid}"):
|
|
|
124 |
print("Process interrupted")
|
125 |
sys.exit(1)
|
126 |
|
127 |
+
def run(image,txt):
|
128 |
uid = uuid.uuid4()
|
129 |
|
130 |
if os.path.isdir(f"Temp{uid}"):
|