Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,9 @@ os.environ["LANGFUSE_HOST"] = "https://chris4k-langfuse-template-space.hf.space"
|
|
| 12 |
|
| 13 |
try:
|
| 14 |
langfuse = Langfuse()
|
| 15 |
-
|
| 16 |
print("Langfuse Offline")
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
|
|
|
|
| 12 |
|
| 13 |
try:
|
| 14 |
langfuse = Langfuse()
|
| 15 |
+
except Exception as e:
|
| 16 |
print("Langfuse Offline")
|
| 17 |
+
|
| 18 |
|
| 19 |
|
| 20 |
|