KushwanthK commited on
Commit
a8ddbea
·
verified ·
1 Parent(s): 3a6af8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def prompt_engineer(text, longtext, query):
109
  sllm = HuggingFaceHub(
110
  repo_id="facebook/bart-large-cnn", model_kwargs={"temperature": 0, "max_new_tokens": 256, "task":"text-generation"}
111
  )
112
- st.write("summary llm connection started..")
113
  except Exception as e:
114
  st.error(f"Error invoke: {e}")
115
 
 
109
  sllm = HuggingFaceHub(
110
  repo_id="facebook/bart-large-cnn", model_kwargs={"temperature": 0, "max_new_tokens": 256, "task":"text-generation"}
111
  )
112
+ st.write("Chat llm connection started..")
113
  except Exception as e:
114
  st.error(f"Error invoke: {e}")
115