Spaces:
Runtime error
Runtime error
updated again
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ UI= gr.ChatInterface(
|
|
92 |
examples=[["Hello"], ["can i know about generative ai ?"], ["how can i deploy a LLM in hugguingface inference endpoint ?"]],
|
93 |
|
94 |
)
|
95 |
-
UI.queue().launch(
|
|
|
92 |
examples=[["Hello"], ["can i know about generative ai ?"], ["how can i deploy a LLM in hugguingface inference endpoint ?"]],
|
93 |
|
94 |
)
|
95 |
+
UI.queue().launch(show_api= False,max_threads=50)
|