Spaces:
Sleeping
Sleeping
apehex
commited on
Commit
·
7fedf18
1
Parent(s):
05d1bf4
Fix typo
Browse files
app.py
CHANGED
|
@@ -9,5 +9,5 @@ _TOKENIZER = psaiops.common.tokenizer.get_tokenizer(name=app.MODEL, device='cpu'
|
|
| 9 |
|
| 10 |
# MAIN #########################################################################
|
| 11 |
|
| 12 |
-
demo = app.create_app(tabulate=app.update_table_data(tokenizer=
|
| 13 |
demo.launch(theme=gradio.themes.Soft(), css=app.STYLE)
|
|
|
|
| 9 |
|
| 10 |
# MAIN #########################################################################
|
| 11 |
|
| 12 |
+
demo = app.create_app(tabulate=app.update_table_data(tokenizer=_TOKENIZER))
|
| 13 |
demo.launch(theme=gradio.themes.Soft(), css=app.STYLE)
|