Update app.py
Browse files
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)
|