tobiccino commited on
Commit
bba0167
1 Parent(s): 26bf638

update apppy

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -44,9 +44,7 @@ class GradioApplication:
44
 
45
  def run(self):
46
  try:
47
- self.iface.launch(height=900,
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()