Spaces:
Running
Running
Update Gradio_UI.py
Browse files- 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
|
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 {
|