Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ import spaces
|
|
19 |
import argparse
|
20 |
import gc
|
21 |
|
|
|
|
|
22 |
def parse_args():
|
23 |
parser = argparse.ArgumentParser(description="Model and component paths")
|
24 |
|
|
|
19 |
import argparse
|
20 |
import gc
|
21 |
|
22 |
+
os.system('pip install -r requirements.txt')
|
23 |
+
|
24 |
def parse_args():
|
25 |
parser = argparse.ArgumentParser(description="Model and component paths")
|
26 |
|