aheedsajid commited on
Commit
32aa546
1 Parent(s): 9a10bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as iface:
114
  gr.Interface(
115
  fn=generate_response,
116
  inputs=[
117
- gr.Textbox(lines=2, label="Talk to AI Girlfriend", placeholder="Enter your message here..."),
118
  gr.State([]) # State input for chat history
119
  ],
120
  outputs=[
@@ -122,7 +122,7 @@ with gr.Blocks() as iface:
122
  gr.Audio(label="Voice Output", interactive=False, autoplay=True) if tts_client else gr.Textbox(label="Voice Output not available"),
123
  gr.State([]) # State output to update chat history
124
  ],
125
- title="AI Girlfriend",
126
  description="Contact me if you want another character/voice<br>WhatsApp me: +92-332-4399819<br> Email me: aheedsajid@gmail.com<br><b>Donate something to increase GPU power</b><br>[Click here to Donate](https://nowpayments.io/donation/aheed)<br>Please duplicate the space if you get an error!"
127
  )
128
  gr.HTML(ad_code2)
 
114
  gr.Interface(
115
  fn=generate_response,
116
  inputs=[
117
+ gr.Textbox(lines=2, label="Talk to AI Indian Girlfriend", placeholder="Enter your message here..."),
118
  gr.State([]) # State input for chat history
119
  ],
120
  outputs=[
 
122
  gr.Audio(label="Voice Output", interactive=False, autoplay=True) if tts_client else gr.Textbox(label="Voice Output not available"),
123
  gr.State([]) # State output to update chat history
124
  ],
125
+ title="AI Indian Girlfriend",
126
  description="Contact me if you want another character/voice<br>WhatsApp me: +92-332-4399819<br> Email me: aheedsajid@gmail.com<br><b>Donate something to increase GPU power</b><br>[Click here to Donate](https://nowpayments.io/donation/aheed)<br>Please duplicate the space if you get an error!"
127
  )
128
  gr.HTML(ad_code2)