dralsarrani commited on
Commit
5cd40c7
·
verified ·
1 Parent(s): 92b4961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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__":