Pranjal Gupta commited on
Commit
59a7048
·
1 Parent(s): 75c55bc

token added

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ def process_pdf(file_path):
69
 
70
  # Your existing functions
71
  def using_ollama_model(retriever, query, results, conversation_history, token):
 
72
  try:
73
  if token:
74
  gr.Info("Attempting to log in to Hugging Face...")
 
69
 
70
  # Your existing functions
71
  def using_ollama_model(retriever, query, results, conversation_history, token):
72
+ print("toekn----------->", token)
73
  try:
74
  if token:
75
  gr.Info("Attempting to log in to Hugging Face...")