Locutusque commited on
Commit
f6bf9f7
1 Parent(s): 69d03e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
44
  gr.Slider(minimum=5, maximum=4096, step=5, value=1024, label="Max Length")
45
  ],
46
  outputs=gr.Textbox(label="Generated Text"),
47
- title="Hyperion-1.5-Mistral-7B",
48
  description="Try out the OpenHercules-2.5-Mistral-7B model for free!"
49
  )
50
 
 
44
  gr.Slider(minimum=5, maximum=4096, step=5, value=1024, label="Max Length")
45
  ],
46
  outputs=gr.Textbox(label="Generated Text"),
47
+ title="OpenHercules-2.5-Mistral-7B",
48
  description="Try out the OpenHercules-2.5-Mistral-7B model for free!"
49
  )
50