apehex commited on
Commit
7fedf18
·
1 Parent(s): 05d1bf4
Files changed (1) hide show
  1. app.py +1 -1
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=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)