Spaces:
Running
Running
robertselvam
commited on
Commit
•
630e352
1
Parent(s):
4f1c5df
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_land') as demo:
|
|
80 |
inc.gradio_interface()
|
81 |
|
82 |
with gr.TabItem("Aggressive Content"):
|
83 |
-
global overall_filepath
|
84 |
agg= AggressiveContentFinder(overall_filepath)
|
85 |
agg.gradio_interface()
|
86 |
|
|
|
80 |
inc.gradio_interface()
|
81 |
|
82 |
with gr.TabItem("Aggressive Content"):
|
|
|
83 |
agg= AggressiveContentFinder(overall_filepath)
|
84 |
agg.gradio_interface()
|
85 |
|