Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThinkAI-Morocco
/
TESTing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AkramOM606
commited on
May 18, 2024
Commit
697933a
·
verified
·
1 Parent(s):
9eae405
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -53,3 +53,5 @@ outputs = pipeline(
53
top_p=0.9,
54
)
55
print(outputs[0]["generated_text"][len(prompt) :])
53
top_p=0.9,
54
)
55
print(outputs[0]["generated_text"][len(prompt) :])
56
+
57
+
print("hello")