justinblalock87 commited on
Commit
dbde0cb
1 Parent(s): dedff96

Fix wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def run(model_id: str, model_version: str, additional_args: str, is_private: boo
25
 
26
 
27
  DESCRIPTION = """
28
- Simple utility tool to convert automatically quantize diffusion models and convert them to CoreML.
29
  """
30
 
31
  title="Quantize model and convert to CoreML"
 
25
 
26
 
27
  DESCRIPTION = """
28
+ Simple utility tool to quantize diffusion models and convert them to CoreML.
29
  """
30
 
31
  title="Quantize model and convert to CoreML"