gauri-sharan commited on
Commit
7b15988
·
verified ·
1 Parent(s): 70c79ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -1,8 +1,3 @@
1
- import yfinance as yf
2
- import gradio as gr
3
- import llama_index as ll
4
- import chatgroq
5
-
6
  # Initialize Llama model (assuming you have a pre-trained model from llama)
7
  llama_model = ll.LlamaModel('your_llama_model_path') # Replace with your Llama model path
8
 
 
 
 
 
 
 
1
  # Initialize Llama model (assuming you have a pre-trained model from llama)
2
  llama_model = ll.LlamaModel('your_llama_model_path') # Replace with your Llama model path
3