Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
operablepattern
/
chat-with-gemma-2b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
operablepattern
commited on
Mar 7, 2024
Commit
8fdda21
·
verified
·
1 Parent(s):
20f6917
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ gr.ChatInterface(
8
fn=response,
9
title="",
10
theme=''
11
-
).queue().launch(
share=True
)
8
fn=response,
9
title="",
10
theme=''
11
+
).queue().launch()