explain
Browse files
app.py
CHANGED
|
@@ -134,6 +134,7 @@ with gr.Blocks() as demo:
|
|
| 134 |
2) Fine Tune LLM
|
| 135 |
3) Trading Analytic: Using Time Series Data to Identify Growth
|
| 136 |
4) Portfolio Optimization with cost, probabilities
|
|
|
|
| 137 |
|
| 138 |
#### Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 139 |
|
|
@@ -388,5 +389,5 @@ Assumptions:
|
|
| 388 |
|
| 389 |
""")
|
| 390 |
|
| 391 |
-
demo.launch()
|
| 392 |
|
|
|
|
| 134 |
2) Fine Tune LLM
|
| 135 |
3) Trading Analytic: Using Time Series Data to Identify Growth
|
| 136 |
4) Portfolio Optimization with cost, probabilities
|
| 137 |
+
5) Explainable AI
|
| 138 |
|
| 139 |
#### Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 140 |
|
|
|
|
| 389 |
|
| 390 |
""")
|
| 391 |
|
| 392 |
+
demo.launch(allowed_paths=["./"])
|
| 393 |
|