Spaces:
Runtime error
Runtime error
Tristan Thrush
commited on
Commit
•
cb0f204
1
Parent(s):
81a18f0
debug
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with demo:
|
|
127 |
_store_in_huggingface_dataset,
|
128 |
inputs=[state],
|
129 |
outputs=None,
|
130 |
-
_js=post_hit_js,
|
131 |
)
|
132 |
|
133 |
demo.launch()
|
|
|
127 |
_store_in_huggingface_dataset,
|
128 |
inputs=[state],
|
129 |
outputs=None,
|
130 |
+
#_js=post_hit_js,
|
131 |
)
|
132 |
|
133 |
demo.launch()
|