Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,7 @@ prompt_examples = [
|
|
87 |
|
88 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
89 |
gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
|
90 |
-
gr.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
|
91 |
gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/wide_sailor_banner.jpg" style="height: 110px"/><p>""")
|
92 |
-
|
93 |
|
94 |
demo.launch() # Launching the web interface.
|
|
|
87 |
|
88 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
|
89 |
gr.Markdown("""<center><font size=8>Sailor-Chat Bot⚓</center>""")
|
|
|
90 |
gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/wide_sailor_banner.jpg" style="height: 110px"/><p>""")
|
91 |
+
gr.ChatInterface(predict, fill_height=True, examples=prompt_examples, css=css)
|
92 |
|
93 |
demo.launch() # Launching the web interface.
|