Spaces:
Runtime error
Runtime error
binqiangliu
commited on
Commit
β’
859873c
1
Parent(s):
d861a5c
Update app.py
Browse files
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
|