binqiangliu commited on
Commit
859873c
β€’
1 Parent(s): d861a5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  from transformers import pipeline, Conversation
2
  import gradio as gr
3
 
 
 
4
  chatbot = pipeline(model="facebook/blenderbot-400M-distill") #Working!
5
  #https://huggingface.co/facebook/blenderbot-400M-distill/tree/main
6
  #θΏ™δΈͺζ¨‘εž‹ζ–‡δ»Άε€§ε°οΌš730MBζˆ–1.46GB
 
1
  from transformers import pipeline, Conversation
2
  import gradio as gr
3
 
4
+
5
+ #θΏ™δΈͺSpaceδΈ»θ¦ζ˜―ζΌ”η€ΊδΊ†ε―δ»₯η›΄ζŽ₯使用Huggingfaceηš„pipelineζž„ε»ΊAIAppοΌŒη„ΆεŽθΏ˜εˆšε₯½ε―δ»₯ε’ŒGradioηš„ChatInterfaceε―ΉεΊ”δΈŠοΌ
6
  chatbot = pipeline(model="facebook/blenderbot-400M-distill") #Working!
7
  #https://huggingface.co/facebook/blenderbot-400M-distill/tree/main
8
  #θΏ™δΈͺζ¨‘εž‹ζ–‡δ»Άε€§ε°οΌš730MBζˆ–1.46GB