baconnier commited on
Commit
5626857
1 Parent(s): 561b6c3

Update app.py

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