frankleeeee commited on
Commit
348ea80
1 Parent(s): 9319b27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def parse_args():
106
  parser = argparse.ArgumentParser()
107
  parser.add_argument(
108
  "--model-type",
109
- default="v1-HQ-16x512x512",
110
  choices=MODEL_TYPES,
111
  help=f"The type of model to run for the Gradio App, can only be {MODEL_TYPES}",
112
  )
 
106
  parser = argparse.ArgumentParser()
107
  parser.add_argument(
108
  "--model-type",
109
+ default="v1-HQ-16x256x256",
110
  choices=MODEL_TYPES,
111
  help=f"The type of model to run for the Gradio App, can only be {MODEL_TYPES}",
112
  )