Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def infer_and_log(text_input):
|
|
109 |
return formatted_output, word_probs
|
110 |
|
111 |
def clear_fields():
|
112 |
-
return "", "",
|
113 |
setup_hf_dataset()
|
114 |
|
115 |
with gr.Blocks() as app:
|
|
|
109 |
return formatted_output, word_probs
|
110 |
|
111 |
def clear_fields():
|
112 |
+
return "", "", {}
|
113 |
setup_hf_dataset()
|
114 |
|
115 |
with gr.Blocks() as app:
|