Spaces:
Sleeping
Sleeping
HF models working fine
Browse files
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)
|