Sujithanumala commited on
Commit
aee933d
·
verified ·
1 Parent(s): 19adbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -130,3 +130,5 @@ with gr.Blocks() as demo:
130
  outputs=output
131
  )
132
 
 
 
 
130
  outputs=output
131
  )
132
 
133
+ if __name__ =="__main__":
134
+ demo.launch(debug= True)