egosumkira commited on
Commit
5387232
·
1 Parent(s): 17cc355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -37,9 +37,7 @@ iface = gr.Interface(generate,
37
  outputs = gr.Textbox(label="Output"),
38
  title=title,
39
  description=description
40
- )
41
-
42
 
43
- if __name__ == "__main__":
44
- iface.queue()
45
- iface.launch()
 
37
  outputs = gr.Textbox(label="Output"),
38
  title=title,
39
  description=description
40
+ )
 
41
 
42
+ iface.queue()
43
+ iface.launch()