Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
microsoft/LLMLingua
Vincentt
/
LLMLingua
like
0
Runtime error
App
Files
Files
Community
iofu728
commited on
Oct 8, 2023
Commit
16c293e
•
1 Parent(s):
0b319ad
Feature(LLMLingua): build the LLMLingua space demo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -138,4 +138,4 @@ with gr.Blocks(css=custom_css) as iface:
138
],
139
)
140
141
-
iface.queue(max_size=10, api_open=False).launch(show_api=False)
138
],
139
)
140
141
+
iface.queue(max_size=10, api_open=False).launch(show_api=False)