freemt commited on
Commit
9efd6e0
·
1 Parent(s): 747c2ab

Fix gr.interface removed load

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ try:
52
  gr.inputs.Textbox(lines=3, default="The fast brown fox jumps over lazy dogs."),
53
  ],
54
  out_df,
55
- description="Gen corralation matrix",
56
  )
57
  except Exception as e:
58
  logger.exception("")
 
52
  gr.inputs.Textbox(lines=3, default="The fast brown fox jumps over lazy dogs."),
53
  ],
54
  out_df,
55
+ description="Gen correlation matrix",
56
  )
57
  except Exception as e:
58
  logger.exception("")