Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|