Spaces:
Runtime error
Runtime error
Create gradio app.py
Browse files- 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()
|