Update app.py
Browse files
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
|