Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,6 @@ def launch_interface():
|
|
362 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
363 |
examples=examples,
|
364 |
concurrency_limit=20,
|
365 |
-
truncation=True,
|
366 |
truncation_strategy="longest_first",
|
367 |
).launch(show_api=False)
|
368 |
|
|
|
362 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
363 |
examples=examples,
|
364 |
concurrency_limit=20,
|
|
|
365 |
truncation_strategy="longest_first",
|
366 |
).launch(show_api=False)
|
367 |
|