Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ from datetime import datetime
|
|
| 17 |
from inference import GenerativeInferenceModel, get_inference_configs, get_imagenet_labels
|
| 18 |
|
| 19 |
# Parse command line arguments
|
| 20 |
-
parser = argparse.ArgumentParser(description='
|
| 21 |
parser.add_argument('--port', type=int, default=7860, help='Port to run the server on')
|
| 22 |
args = parser.parse_args()
|
| 23 |
|
|
|
|
| 17 |
from inference import GenerativeInferenceModel, get_inference_configs, get_imagenet_labels
|
| 18 |
|
| 19 |
# Parse command line arguments
|
| 20 |
+
parser = argparse.ArgumentParser(description='Predict Human Hallucinations Demo')
|
| 21 |
parser.add_argument('--port', type=int, default=7860, help='Port to run the server on')
|
| 22 |
args = parser.parse_args()
|
| 23 |
|