Naman2302 commited on
Commit
9d19f07
·
verified ·
1 Parent(s): 363a028

updated to tranfer public access

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -87,4 +87,9 @@ iface = gr.Interface(
87
  )
88
 
89
  if __name__ == "__main__":
90
- iface.launch(server_name="0.0.0.0", server_port=7860)
 
 
 
 
 
 
87
  )
88
 
89
  if __name__ == "__main__":
90
+ iface.launch(
91
+ server_name="0.0.0.0",
92
+ server_port=7860,
93
+ share=True # Add this line to enable public access
94
+ )
95
+