Spaces:
Running
Running
Commit
·
60f78e5
1
Parent(s):
73ca636
Update the destination
Browse files
app_text_classification.py
CHANGED
|
@@ -201,7 +201,7 @@ def get_demo():
|
|
| 201 |
inference_token,
|
| 202 |
uid_label,
|
| 203 |
],
|
| 204 |
-
outputs=[run_btn, logs],
|
| 205 |
)
|
| 206 |
|
| 207 |
def enable_run_btn():
|
|
|
|
| 201 |
inference_token,
|
| 202 |
uid_label,
|
| 203 |
],
|
| 204 |
+
outputs=[run_btn, logs, uid_label],
|
| 205 |
)
|
| 206 |
|
| 207 |
def enable_run_btn():
|