ffreemt commited on
Commit
3087423
1 Parent(s): 911bd2d

Update minimal requirements.txt

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -29,6 +29,9 @@ def chat(message, history):
29
 
30
  gr.ChatInterface(
31
  chat,
32
- title="StableBeluga2 (Enjoy various AI tools and applications at aironheart.com For FREE!)",
33
- description="Enjoy various AI tools and applications at aironheart.com/explore For FREE!",
 
 
 
34
  ).queue(1).launch()
 
29
 
30
  gr.ChatInterface(
31
  chat,
32
+ title="gradio-chatinterface-tryout",
33
+ description="fooling around",
34
+ examples=[
35
+ ["test me"],
36
+ ]
37
  ).queue(1).launch()