Spaces:
Runtime error
Runtime error
yuangongfdu
commited on
Commit
·
b7bba84
1
Parent(s):
aa585f4
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ if __name__ == '__main__':
|
|
82 |
label='Edit the textbox to ask your own questions!')],
|
83 |
outputs=[gr.Textbox(label="LTU-1 Output"), gr.Textbox(label="LTU-AS Output")],
|
84 |
cache_examples=True,
|
85 |
-
title="
|
86 |
description="LTU-AS an improved version of LTU-1. LTU-AS is stronger in spoken text understanding and music understanding. <br>" +
|
87 |
"This demo compares LTU-1 and LTU-AS. <br>" +
|
88 |
"**Research Demo, Not for Commercial Use (Due to license of LLaMA).**")
|
|
|
82 |
label='Edit the textbox to ask your own questions!')],
|
83 |
outputs=[gr.Textbox(label="LTU-1 Output"), gr.Textbox(label="LTU-AS Output")],
|
84 |
cache_examples=True,
|
85 |
+
title="Compare LTU-1 and LTU-AS",
|
86 |
description="LTU-AS an improved version of LTU-1. LTU-AS is stronger in spoken text understanding and music understanding. <br>" +
|
87 |
"This demo compares LTU-1 and LTU-AS. <br>" +
|
88 |
"**Research Demo, Not for Commercial Use (Due to license of LLaMA).**")
|