Quardo commited on
Commit
194c606
1 Parent(s): 562ad37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,8 +218,8 @@ async def respond(
218
  handleApiKeys();loadModels();checkModels();
219
  demo = gr.ChatInterface(
220
  respond,
221
- title="gpt-4o-mini-small",
222
- description=f"This is the smaller version of quardo/gpt-4o-small space.<br/>Mainly exists when the main space is down.",
223
  additional_inputs=[
224
  gr.Dropdown(choices=models, value="gpt-4o-mini", label="Model"),
225
  gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),
 
218
  handleApiKeys();loadModels();checkModels();
219
  demo = gr.ChatInterface(
220
  respond,
221
+ title="gpt-4o-mini",
222
+ description=f"This is the smaller version of quardo/gpt-4o-mini space. Mainly exists when the main space is down. (Status: the main space is offline cause it is stuck on 'Building' stage)",
223
  additional_inputs=[
224
  gr.Dropdown(choices=models, value="gpt-4o-mini", label="Model"),
225
  gr.Slider(minimum=1, maximum=4096, value=4096, step=1, label="Max new tokens"),