JustinLin610 commited on
Commit
03a714e
1 Parent(s): 513d654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -68,7 +68,6 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
68
 
69
 
70
  with gr.Blocks() as demo:
71
- gr.Markdown("""<p align="center"><img src="https://modelscope.cn/api/v1/models/qwen/Qwen-VL-Chat/repo?Revision=master&FilePath=assets/logo.jpg&View=true" style="height: 80px"/><p>""")
72
  gr.Markdown("""<center><font size=8>Qwen-72B-Chat</center>""")
73
  gr.Markdown("""<center><font size=4>Qwen-72B-Chat is the 72-billion parameter chat model of the Qwen series.</center>""")
74
 
 
68
 
69
 
70
  with gr.Blocks() as demo:
 
71
  gr.Markdown("""<center><font size=8>Qwen-72B-Chat</center>""")
72
  gr.Markdown("""<center><font size=4>Qwen-72B-Chat is the 72-billion parameter chat model of the Qwen series.</center>""")
73