Vasudevakrishna
commited on
Commit
•
9f24929
1
Parent(s):
d010b9c
Update app.py
Browse files
app.py
CHANGED
@@ -36,12 +36,10 @@ demo = gr.Interface(
|
|
36 |
|
37 |
outputs=[
|
38 |
gr.Textbox(label="Response from Phi2 Model: "),
|
39 |
-
gr.TextArea(label="Tokens")
|
40 |
],
|
41 |
title=title,
|
42 |
description=description,
|
43 |
examples=examples,
|
44 |
cache_examples=False,
|
45 |
-
live=True
|
46 |
)
|
47 |
demo.launch()
|
|
|
36 |
|
37 |
outputs=[
|
38 |
gr.Textbox(label="Response from Phi2 Model: "),
|
|
|
39 |
],
|
40 |
title=title,
|
41 |
description=description,
|
42 |
examples=examples,
|
43 |
cache_examples=False,
|
|
|
44 |
)
|
45 |
demo.launch()
|