anegi commited on
Commit
63abbf6
·
1 Parent(s): 0cba37e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ interface = gr.Interface.load("huggingface/anegi/t5smallmodel",
9
  ],
10
  description = description
11
  )
12
- interface.load()
 
9
  ],
10
  description = description
11
  )
12
+ interface.launch()