Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ Example format:
|
|
64 |
description="# Chat GO\n### Enter your query and Press enter and get lightning fast response"
|
65 |
|
66 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
67 |
-
demo2 = gr.Interface(description=
|
68 |
demo.queue(max_size=300000)
|
69 |
demo.launch()
|
70 |
demo2.queue(max_size=300000)
|
|
|
64 |
description="# Chat GO\n### Enter your query and Press enter and get lightning fast response"
|
65 |
|
66 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
67 |
+
demo2 = gr.Interface(description="Very low but critical thinker",fn=nemo, inputs=["text"], outputs="text", api_name="critical_thinker", concurrency_limit=10)
|
68 |
demo.queue(max_size=300000)
|
69 |
demo.launch()
|
70 |
demo2.queue(max_size=300000)
|