xp3857 commited on
Commit
c20880d
·
1 Parent(s): 0ae888a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}"):