minemaster01 commited on
Commit
ddd08df
·
verified ·
1 Parent(s): 9968bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -25,8 +25,7 @@ states_by_country = {
25
  "Dadra and Nagar Haveli and Daman and Diu", "Delhi", "Jammu and Kashmir", "Ladakh", "Lakshadweep", "Puducherry"
26
  ],
27
  "Pakistan": [
28
- "Balochistan", "Khyber Pakhtunkhwa", "Punjab", "Sindh", "Islamabad Capital Territory",
29
- "Azad Jammu and Kashmir", "Gilgit-Baltistan"
30
  ],
31
  "Bangladesh": [
32
  "Barisal", "Chittagong", "Dhaka", "Khulna", "Mymensingh", "Rajshahi", "Rangpur", "Sylhet"
@@ -265,4 +264,4 @@ with gr.Blocks() as gradio_app:
265
 
266
 
267
  if __name__ == "__main__":
268
- gradio_app.launch(share=True)
 
25
  "Dadra and Nagar Haveli and Daman and Diu", "Delhi", "Jammu and Kashmir", "Ladakh", "Lakshadweep", "Puducherry"
26
  ],
27
  "Pakistan": [
28
+ "Balochistan", "Khyber Pakhtunkhwa", "Punjab", "Sindh", "Islamabad Capital Territory", "Gilgit-Baltistan"
 
29
  ],
30
  "Bangladesh": [
31
  "Barisal", "Chittagong", "Dhaka", "Khulna", "Mymensingh", "Rajshahi", "Rangpur", "Sylhet"
 
264
 
265
 
266
  if __name__ == "__main__":
267
+ gradio_app.launch()