tonyassi commited on
Commit
faf5465
·
1 Parent(s): e8a8eaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -2,6 +2,4 @@ import gradio as gr
2
 
3
 
4
 
5
- gr.Interface.load("models/tonyassi/mgm",
6
- inputs=gr.Textbox(label="Input Text") # customizes the input component
7
- ).launch()
 
2
 
3
 
4
 
5
+ gr.Interface.load("models/tonyassi/mgm", inputs=gr.Textbox(label="Input Text")).launch()