ISYS commited on
Commit
aea3784
1 Parent(s): 22b4794
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,4 +22,5 @@ outputs = [
22
  ]
23
 
24
  demo = gr.Interface(fn=greet, inputs="sketchpad", output=outputs)
25
- demo.launch()
 
 
22
  ]
23
 
24
  demo = gr.Interface(fn=greet, inputs="sketchpad", output=outputs)
25
+ if __name__ == "__main__":
26
+ demo.launch()