Spaces:
Running
Running
..
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import gradio as gr
|
3 |
import instrumentation
|
4 |
|
5 |
-
instrumentation.init("
|
6 |
|
7 |
from langchain.globals import set_debug
|
8 |
from langchain_core.prompts import ChatPromptTemplate
|
|
|
2 |
import gradio as gr
|
3 |
import instrumentation
|
4 |
|
5 |
+
instrumentation.init("demo-chat-gpt")
|
6 |
|
7 |
from langchain.globals import set_debug
|
8 |
from langchain_core.prompts import ChatPromptTemplate
|