aidbar commited on
Commit
9aca34b
1 Parent(s): 74c2fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,6 +1,3 @@
1
  import gradio as gr
2
 
3
- #gr.load("models/google/mt5-small").launch()
4
- default_text = "text"
5
-
6
- gr.Interface.load("aidbar/google-mt5-small-test-space", inputs=gr.Textbox(label="Input", lines=5, value=default_text)).launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/google/mt5-small").launch()