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
Jun 25, 2024
Commit
0f2d204
·
verified
·
1 Parent(s):
4c81842
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -40,6 +40,7 @@ def generate(
40
yield output
41
return output
42
43
demo = gr.ChatInterface(
44
fn=generate,
45
title="",
40
yield output
41
return output
42
43
+
44
demo = gr.ChatInterface(
45
fn=generate,
46
title="",