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