Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Mistral-7B-v0.3
like
13
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
Jul 23, 2024
Commit
64f1aea
·
verified
·
1 Parent(s):
aa99bc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -50,6 +50,7 @@ def generate(
50
51
demo = gr.ChatInterface(
52
fn=generate,
53
title="",
54
theme="allenai/gradio-theme"
55
)
50
51
demo = gr.ChatInterface(
52
fn=generate,
53
+
css=css,
54
title="",
55
theme="allenai/gradio-theme"
56
)