Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,12 +13,12 @@ with gr.Blocks(title="All-in-One AI App") as app:
|
|
13 |
sentiment.demo.render()
|
14 |
|
15 |
with gr.Tab("📊 Financial Analyst AI"):
|
16 |
-
financial_analyst.demo.
|
17 |
|
18 |
with gr.Tab("🔍 Personal Info Identifier"):
|
19 |
-
personal_info_identifier.demo.
|
20 |
|
21 |
with gr.Tab("📈 Customer Churn Prediction"):
|
22 |
-
churn_analysis.app.render()
|
23 |
|
24 |
app.launch()
|
|
|
13 |
sentiment.demo.render()
|
14 |
|
15 |
with gr.Tab("📊 Financial Analyst AI"):
|
16 |
+
financial_analyst.demo.launch(share=True)
|
17 |
|
18 |
with gr.Tab("🔍 Personal Info Identifier"):
|
19 |
+
personal_info_identifier.demo.launch(share=True)
|
20 |
|
21 |
with gr.Tab("📈 Customer Churn Prediction"):
|
22 |
+
churn_analysis.app.render()
|
23 |
|
24 |
app.launch()
|