Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ gr.Interface(
|
|
71 |
title="Text Generation from Excel",
|
72 |
description="Generate text from sentences in an Excel file and save it to a CSV file.",
|
73 |
allow_flagging="never",
|
74 |
-
).launch()
|
|
|
71 |
title="Text Generation from Excel",
|
72 |
description="Generate text from sentences in an Excel file and save it to a CSV file.",
|
73 |
allow_flagging="never",
|
74 |
+
).launch()
|