Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nisten
/
google-gemma-7b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nisten
commited on
Feb 21, 2024
Commit
cd8dde9
·
verified
·
1 Parent(s):
60fe2f8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/google/gemma-7b").launch(
concurrency_count=2,
share=True)
1
import gradio as gr
2
3
+
gr.load("models/google/gemma-7b").launch(share=True)