KingNish commited on
Commit
6b65897
1 Parent(s): ea9ef1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=description,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)
 
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)