Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ with gr.Blocks(title="PromptGuard") as demo:
|
|
| 193 |
category_out,
|
| 194 |
reasoning_out,
|
| 195 |
],
|
| 196 |
-
|
| 197 |
)
|
| 198 |
|
| 199 |
prompt_input.submit(
|
|
@@ -207,7 +207,7 @@ with gr.Blocks(title="PromptGuard") as demo:
|
|
| 207 |
category_out,
|
| 208 |
reasoning_out,
|
| 209 |
],
|
| 210 |
-
|
| 211 |
)
|
| 212 |
|
| 213 |
if __name__ == "__main__":
|
|
|
|
| 193 |
category_out,
|
| 194 |
reasoning_out,
|
| 195 |
],
|
| 196 |
+
show_progress = "hidden",
|
| 197 |
)
|
| 198 |
|
| 199 |
prompt_input.submit(
|
|
|
|
| 207 |
category_out,
|
| 208 |
reasoning_out,
|
| 209 |
],
|
| 210 |
+
show_progress = "hidden",
|
| 211 |
)
|
| 212 |
|
| 213 |
if __name__ == "__main__":
|