geeksiddhant commited on
Commit
56af6e3
·
verified ·
1 Parent(s): 81ecd3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -122,3 +122,6 @@ with gr.Blocks(title="Customer API Interface") as demo:
122
  inputs=[delete_id],
123
  outputs=delete_output
124
  )
 
 
 
 
122
  inputs=[delete_id],
123
  outputs=delete_output
124
  )
125
+
126
+ if __name__ == "__main__":
127
+ demo.launch(server_name="0.0.0.0", server_port=7861)