Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the model with no examples
|
4 |
+
gr.Interface.load("models/balaramas/mbart-sahitrans_new_data", examples=[]).launch()
|