Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Cran-May/SEA-firefly
Cran-May
/
SEA-llama
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dawoodthouseef
commited on
Oct 1, 2023
Commit
89de8ab
·
1 Parent(s):
199d46c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ examples = [
41
]
42
43
def process_example(args):
44
-
for x in
generate
(args):
45
pass
46
return x
47
41
]
42
43
def process_example(args):
44
+
for x in
response
(args):
45
pass
46
return x
47