Spaces:
Sleeping
Sleeping
littlebird13
commited on
Commit
•
5103ae1
1
Parent(s):
3531ab0
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
|
|
68 |
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
-
gr.Markdown("""<center><font size=8>
|
72 |
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=3):
|
|
|
68 |
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
+
gr.Markdown("""<center><font size=8>Qwen2-72B-instruct Chat👾</center>""")
|
72 |
|
73 |
with gr.Row():
|
74 |
with gr.Column(scale=3):
|