Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gojiteji
/
LLM-Comparer
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gojiteji
commited on
Aug 17, 2023
Commit
53e2a02
·
1 Parent(s):
e9f422f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,5 +70,5 @@ if __name__ == '__main__':
70
allow_flagging=False,
71
)
72
73
-
interFace.launch(share=False)
74
70
allow_flagging=False,
71
)
72
73
+
interFace.launch(share=False
,enable_queue=False
)
74