Commit
·
18578f6
1
Parent(s):
ee44f59
share
Browse files
app.py
CHANGED
|
@@ -46,5 +46,5 @@ iface = gr.Interface(
|
|
| 46 |
description="A tool for tokenizing text using different methods."
|
| 47 |
)
|
| 48 |
|
| 49 |
-
iface.launch(
|
| 50 |
|
|
|
|
| 46 |
description="A tool for tokenizing text using different methods."
|
| 47 |
)
|
| 48 |
|
| 49 |
+
iface.launch()
|
| 50 |
|