Spaces:
Sleeping
Sleeping
Satyam-Singh
commited on
Commit
•
b55c56b
1
Parent(s):
99d4308
Update app.py
Browse files
app.py
CHANGED
@@ -10,12 +10,6 @@ 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 |
llava=gr.ChatInterface(
|
21 |
fn=generate,
|
|
|
10 |
|
11 |
return response.last
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
llava=gr.ChatInterface(
|
15 |
fn=generate,
|