CazC commited on
Commit
35ba894
·
verified ·
1 Parent(s): e2c148a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linu
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
 
9
- def kickoff_worker():
10
  from worker import worker # import the worker function
11
  try:
12
  worker() # call the worker function
 
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
 
9
+ def kickoff_worker(inputs):
10
  from worker import worker # import the worker function
11
  try:
12
  worker() # call the worker function