jproman commited on
Commit
1b8be3e
·
1 Parent(s): 61dcba5

HF models working fine

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -178,11 +178,11 @@ if __name__ == "__main__":
178
  print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
179
 
180
  print("-"*(60 + len(" App Starting ")) + "\n")
181
- print("\n" + "*"*30 + " Debug area " + "*"*30)
182
- from utils import callHfInferenceClientLLM
183
- response = callHfInferenceClientLLM("What is the capital of France?")
184
- print(response)
185
- print("\n" + "*"*30 + " Debug area " + "*"*30)
186
 
187
  print("Launching Gradio Interface for Basic Agent Evaluation...")
188
  demo.launch(debug=True, share=False)
 
178
  print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
179
 
180
  print("-"*(60 + len(" App Starting ")) + "\n")
181
+ # print("\n" + "*"*30 + " Debug area " + "*"*30)
182
+ # from utils import callHfInferenceClientLLM
183
+ # response = callHfInferenceClientLLM("What is the capital of France?")
184
+ # print(response)
185
+ # print("\n" + "*"*30 + " Debug area " + "*"*30)
186
 
187
  print("Launching Gradio Interface for Basic Agent Evaluation...")
188
  demo.launch(debug=True, share=False)