Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
codellama/codellama-playground
mishig
/
phind-wizardcoder-playground
like
16
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mishig
HF staff
commited on
Sep 6, 2023
Commit
64be881
·
1 Parent(s):
5e42fb5
fix process examples
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,7 +124,7 @@ examples = [
124
125
126
def process_example(args):
127
-
for x in
generate
(args):
128
pass
129
return x
130
124
125
126
def process_example(args):
127
+
for x in
generate_both
(args):
128
pass
129
return x
130