yetessam commited on
Commit
c702d99
·
verified ·
1 Parent(s): eba2b00

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +2 -2
Gradio_UI.py CHANGED
@@ -260,9 +260,9 @@ class GradioUI:
260
 
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
-
264
  with gr.Blocks(
265
- title="Content Moderation Agent",
266
  fill_height=True,
267
  css="""
268
  .loading-message {
 
260
 
261
  def launch(self, **kwargs):
262
  import gradio as gr
263
+
264
  with gr.Blocks(
265
+ title="Content Classifier",
266
  fill_height=True,
267
  css="""
268
  .loading-message {