Update app.py
#1
by
bbrij87
- opened
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/pszemraj/flan-t5-large-grammar-synthesis").launch()
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/pszemraj/flan-t5-large-grammar-synthesis").launch()
|
4 |
+
from diff_match_patch import diff_match_patch
|