Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from langchain.prompts import PromptTemplate
|
3 |
from langchain.llms import CTransformers
|
4 |
-
import
|
5 |
## Function To get response from LLAma 2 model
|
6 |
|
7 |
def getLLamaresponse(input_text = "home decoration" ,no_words = 100,blog_style = "lifestyle"):
|
|
|
1 |
import streamlit as st
|
2 |
from langchain.prompts import PromptTemplate
|
3 |
from langchain.llms import CTransformers
|
4 |
+
import gradio as gr
|
5 |
## Function To get response from LLAma 2 model
|
6 |
|
7 |
def getLLamaresponse(input_text = "home decoration" ,no_words = 100,blog_style = "lifestyle"):
|