Dinesh1102 commited on
Commit
de944bf
·
verified ·
1 Parent(s): 395bd5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,4 +120,4 @@ gr.Interface(
120
  inputs="file",
121
  outputs="file",
122
  description="Upload a fasta file containing protein sequence"
123
- ).launch()
 
120
  inputs="file",
121
  outputs="file",
122
  description="Upload a fasta file containing protein sequence"
123
+ ).launch(share=True,debug=True)