Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sigma-AI
/
ru_rwkv_extract_qa
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
FredZhang7
commited on
Nov 20, 2023
Commit
61f41e9
·
1 Parent(s):
845769b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,7 +19,7 @@ def generate_prompt(instruction, input=None):
19
20
Input: {input}
21
22
-
Detailed Expert Answer
:"""
23
else:
24
return f"""User: hi
25
19
20
Input: {input}
21
22
+
Response
:"""
23
else:
24
return f"""User: hi
25