Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
8a8f566
1
Parent(s):
0063724
Update app_modules/presets.py
Browse files- app_modules/presets.py +1 -1
app_modules/presets.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
-
title = """<h1 align="left" style="min-width:200px; margin-top:0;"> <img src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f432.svg" width="32px" style="display: inline"> Baize
|
6 |
description_top = """\
|
7 |
<div align="left">
|
8 |
<p> Currently Running: <a href="https://huggingface.co/project-baize/baize-v2-7b">baize-v2-7b</a></p>
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
|
5 |
+
title = """<h1 align="left" style="min-width:200px; margin-top:0;"> <img src="https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f432.svg" width="32px" style="display: inline"> Chat with Baize </h1>"""
|
6 |
description_top = """\
|
7 |
<div align="left">
|
8 |
<p> Currently Running: <a href="https://huggingface.co/project-baize/baize-v2-7b">baize-v2-7b</a></p>
|