Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
9efd6e0
1
Parent(s):
747c2ab
Fix gr.interface removed load
Browse files
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
|
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("")
|