Spaces:
Running
Running
Update app.py
Browse files
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
|
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__':
|