update apppy
Browse files
app.py
CHANGED
@@ -44,9 +44,7 @@ class GradioApplication:
|
|
44 |
|
45 |
def run(self):
|
46 |
try:
|
47 |
-
self.iface.launch(
|
48 |
-
share=False, server_port=7086,
|
49 |
-
enable_queue=True)
|
50 |
|
51 |
except KeyboardInterrupt:
|
52 |
gr.close_all()
|
|
|
44 |
|
45 |
def run(self):
|
46 |
try:
|
47 |
+
self.iface.launch(debug=False)
|
|
|
|
|
48 |
|
49 |
except KeyboardInterrupt:
|
50 |
gr.close_all()
|