kipfriend commited on
Commit
a0a14d0
1 Parent(s): 5260972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ interface = gr.Interface(fn=calculate_GC,
39
  theme = 'huggingface',
40
  layout = 'vertical'
41
  )
42
- interface.launch(share=True, debug=True)
39
  theme = 'huggingface',
40
  layout = 'vertical'
41
  )
42
+ interface.launch()