parasmech commited on
Commit
52ca3ee
·
verified ·
1 Parent(s): 6d26283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,4 +27,5 @@ interface = gr.Interface(
27
  description=description,
28
  )
29
 
30
- gr.launch()
 
 
27
  description=description,
28
  )
29
 
30
+ if __name__ == "__main__":
31
+ interface.launch()