Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karzan
/
google-gemma-2-9b
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Karzan
commited on
Jun 28, 2024
Commit
d0f8d63
·
verified
·
1 Parent(s):
dc55334
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -21,4 +21,5 @@ gr.Interface(
21
fn=generate,
22
inputs=gr.Text(),
23
outputs="text",
24
).launch()
21
fn=generate,
22
inputs=gr.Text(),
23
outputs="text",
24
+
examples=[['Write me a poem about Machine Learning.']]
25
).launch()