Spaces:
Runtime error
Runtime error
Commit
·
16903e7
1
Parent(s):
6f00367
Update app.py
Browse files
app.py
CHANGED
@@ -762,7 +762,7 @@ def ft_jobs_info_select(ft_jobs_info, evt: gr.SelectData):
|
|
762 |
|
763 |
def build_demo(models):
|
764 |
with gr.Blocks(
|
765 |
-
title="Vicuna
|
766 |
theme=gr.themes.Base(),
|
767 |
css = block_css
|
768 |
) as demo:
|
|
|
762 |
|
763 |
def build_demo(models):
|
764 |
with gr.Blocks(
|
765 |
+
title="Vicuna Test",
|
766 |
theme=gr.themes.Base(),
|
767 |
css = block_css
|
768 |
) as demo:
|