ttoosi commited on
Commit
b639ffb
·
verified ·
1 Parent(s): 74cfb7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='Run Generative Inference Demo')
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