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