baconnier commited on
Commit
3c0edbc
1 Parent(s): 9867909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -861,7 +861,7 @@ class GradioInterface:
861
  self.interface.launch()
862
 
863
  def launch(self, share=False):
864
- self.interface.launch(share=share, server_name="0.0.0.0", server_port=7860)
865
 
866
  # Main code to run the application
867
  if __name__ == '__main__':
 
861
  self.interface.launch()
862
 
863
  def launch(self, share=False):
864
+ self.interface.launch(share=share)
865
 
866
  # Main code to run the application
867
  if __name__ == '__main__':