hsuwill000 commited on
Commit
cda2c63
ยท
verified ยท
1 Parent(s): 544f1f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ def respond(prompt, fhistory):
38
  # ่จญๅฎš Gradio ็š„่Šๅคฉ็•Œ้ข
39
  demo = gr.ChatInterface(
40
  fn=respond,
41
- title="Qwen2.5-72B-Instruct remote Demo",
42
- description="้€้Ž Hugging Face Space API ่ˆ‡ Qwen2.5-72B-Instruct ๆจกๅž‹ไบ’ๅ‹•ใ€‚",
43
  type='messages'
44
  )
45
 
 
38
  # ่จญๅฎš Gradio ็š„่Šๅคฉ็•Œ้ข
39
  demo = gr.ChatInterface(
40
  fn=respond,
41
+ title="Qwen2.5-72B-Instruct Demo",
42
+ description="้€้Ž Hugging Face Space API ่ˆ‡ Qwen 2.5 Max ๆจกๅž‹ไบ’ๅ‹•ใ€‚",
43
  type='messages'
44
  )
45