Jim Eric Skogman commited on
Commit
d41f3b7
·
unverified ·
1 Parent(s): af9d10f

Remove __main__ block

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,5 +51,5 @@ with gr.Blocks() as demo:
51
  mod.change(fn=update_model, inputs=mod)
52
 
53
 
54
- if __name__ == "__main__":
55
- demo.launch()
 
51
  mod.change(fn=update_model, inputs=mod)
52
 
53
 
54
+
55
+ demo.launch()