Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|