Satyam-Singh commited on
Commit
ca6753a
1 Parent(s): 173212d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,12 +10,12 @@ def generate(prompt, history):
10
 
11
  return response.last
12
 
13
- ''''''iface = gr.Interface(
14
  fn=chat,
15
  inputs=gr.Textbox(placeholder="Type your message here..."),
16
  outputs=gr.Textbox(value="Hello, how are you?"),
17
  layout="vertical"
18
- )''''''
19
 
20
  gr.ChatInterface(
21
  fn=chat, #fn=generate,
 
10
 
11
  return response.last
12
 
13
+ '''iface = gr.Interface(
14
  fn=chat,
15
  inputs=gr.Textbox(placeholder="Type your message here..."),
16
  outputs=gr.Textbox(value="Hello, how are you?"),
17
  layout="vertical"
18
+ )'''
19
 
20
  gr.ChatInterface(
21
  fn=chat, #fn=generate,