Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ torch.set_num_threads(4)
|
|
| 231 |
|
| 232 |
# Parse command line arguments
|
| 233 |
parser = argparse.ArgumentParser(description="Multimodal Image Description App")
|
| 234 |
-
parser.add_argument("--peft-model", type=str, default="
|
| 235 |
help="Path to PEFT model")
|
| 236 |
parser.add_argument("--port", type=int, default=7860,
|
| 237 |
help="Port to run the server on")
|
|
|
|
| 231 |
|
| 232 |
# Parse command line arguments
|
| 233 |
parser = argparse.ArgumentParser(description="Multimodal Image Description App")
|
| 234 |
+
parser.add_argument("--peft-model", type=str, default="model_V1",
|
| 235 |
help="Path to PEFT model")
|
| 236 |
parser.add_argument("--port", type=int, default=7860,
|
| 237 |
help="Port to run the server on")
|