Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sifujohn
/
Gemma_7B_chat
like
6
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sifujohn
commited on
Feb 21, 2024
Commit
40e86a4
·
verified
·
1 Parent(s):
108e847
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from huggingface_hub import InferenceClient
2
import gradio as gr
3
4
gr.load("models/google/gemma-7b")
1
+
#
from huggingface_hub import InferenceClient
2
import gradio as gr
3
4
gr.load("models/google/gemma-7b")