ColeGuion commited on
Commit
85dd573
1 Parent(s): e7570e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import gradio as gr
3
  from transformers import pipeline
4
 
5
- gr.load("models/grammarly/coedit-large").launch()
6
  # Load the model and tokenizer using the pipeline API
7
  model_pipeline = pipeline("text-generation", model="grammarly/coedit-large")
8
 
 
2
  import gradio as gr
3
  from transformers import pipeline
4
 
5
+ #gr.load("models/grammarly/coedit-large").launch()
6
  # Load the model and tokenizer using the pipeline API
7
  model_pipeline = pipeline("text-generation", model="grammarly/coedit-large")
8