orrinin commited on
Commit
ec59b0c
·
verified ·
1 Parent(s): 5a54d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def process_text(text_input, unit):
63
 
64
  def update(json_path: str):
65
  init_data()
 
66
  job = client.submit(
67
  json_path,
68
  fn_index=1
 
63
 
64
  def update(json_path: str):
65
  init_data()
66
+ client = Client(client_vl)
67
  job = client.submit(
68
  json_path,
69
  fn_index=1