Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chatbytes
/
ChatBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chatbytes
commited on
May 19, 2024
Commit
881d45d
·
verified
·
1 Parent(s):
ef56eea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,7 +40,7 @@ def text_extract(file):
40
)
41
result=qa.invoke("hi")
42
43
-
return
result['result']
44
45
46
with gr.Blocks() as demo:
40
)
41
result=qa.invoke("hi")
42
43
+
return
"hi"
44
45
46
with gr.Blocks() as demo: