xy4286 commited on
Commit
bcaf841
1 Parent(s): 6308316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,9 +1,10 @@
1
  import gradio as gr
 
2
 
3
 
4
 
5
  demo = gr.load("xy4286/yang-grammer-check", src="models")
6
- # demo = gr.load("xy4286/yang-summarization", src="models")
7
 
8
 
9
 
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
 
5
 
6
  demo = gr.load("xy4286/yang-grammer-check", src="models")
7
+
8
 
9
 
10