Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
·
4f1c5df
1
Parent(s):
9237f2d
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,8 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_land') as demo:
|
|
79 |
inc= IncompleteSentenceFinder()
|
80 |
inc.gradio_interface()
|
81 |
|
82 |
-
with gr.TabItem("Aggressive Content"):
|
|
|
83 |
agg= AggressiveContentFinder(overall_filepath)
|
84 |
agg.gradio_interface()
|
85 |
|
|
|
79 |
inc= IncompleteSentenceFinder()
|
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 |
|