dla9944 commited on
Commit
cc3e9dd
1 Parent(s): f865015

Create gradio app.py

Browse files
Files changed (1) hide show
  1. gradio app.py +3 -0
gradio app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/pszemraj/flan-t5-large-grammar-synthesis").launch()