Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elijahbodden
/
llama.cpp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elijahbodden
commited on
May 28, 2024
Commit
d709f43
·
verified
·
1 Parent(s):
418e22b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -88,6 +88,7 @@ def respond(
88
89
response += token
90
yield response
91
92
ci = gr.ChatInterface(
93
respond,
88
89
response += token
90
yield response
91
+
print(response)
92
93
ci = gr.ChatInterface(
94
respond,