Update app.py
Browse files
app.py
CHANGED
@@ -217,6 +217,8 @@ def text_to_kenlm(
|
|
217 |
if not _order:
|
218 |
raise gr.Error("Please add an order.")
|
219 |
|
|
|
|
|
220 |
results = []
|
221 |
|
222 |
# Read the file
|
|
|
217 |
if not _order:
|
218 |
raise gr.Error("Please add an order.")
|
219 |
|
220 |
+
gr.Info("Started to make the model, wait...")
|
221 |
+
|
222 |
results = []
|
223 |
|
224 |
# Read the file
|