kramp HF staff commited on
Commit
c676521
1 Parent(s): 55fb629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -109,4 +109,11 @@ demo = gr.Interface(
109
  audio_tag,
110
  gr.Audio(source="upload", type="filepath", label="Your audio"),
111
  gr.Textbox(),
 
 
 
 
 
 
 
112
  ).launch(debug=True)
 
109
  audio_tag,
110
  gr.Audio(source="upload", type="filepath", label="Your audio"),
111
  gr.Textbox(),
112
+ title="AnyChat",
113
+ description="""
114
+ <div style='text-align: center; width:100%; margin: auto;'>
115
+ <img src='./logo.png' alt='anychat' />
116
+ <h3>Non-Human entities have many things to say, listen to them!</h3>
117
+ </div>
118
+ """),
119
  ).launch(debug=True)