Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,7 @@ Model restores punctuation and case i.e. of the following punctuations -- [! ? .
|
|
| 63 |
title = title,
|
| 64 |
description = description,
|
| 65 |
examples=examples,
|
|
|
|
| 66 |
allow_flagging="never")
|
| 67 |
|
| 68 |
interface.launch()
|
|
|
|
| 63 |
title = title,
|
| 64 |
description = description,
|
| 65 |
examples=examples,
|
| 66 |
+
queue=True,
|
| 67 |
allow_flagging="never")
|
| 68 |
|
| 69 |
interface.launch()
|