Spaces:
Runtime error
Runtime error
Commit
·
d56dc1c
1
Parent(s):
eefdf2d
test
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def hello():
|
|
39 |
|
40 |
# Define the Gradio interface
|
41 |
interface = gr.Interface(
|
42 |
-
fn=
|
43 |
inputs=[
|
44 |
gr.inputs.Textbox(label="Protein Sequence", default="Enter protein sequence here", type="text"),
|
45 |
gr.inputs.Dropdown(choices=[str(i) for i in range(2, 51)], label="Peptide Length", default="15"),
|
|
|
39 |
|
40 |
# Define the Gradio interface
|
41 |
interface = gr.Interface(
|
42 |
+
fn=hello,
|
43 |
inputs=[
|
44 |
gr.inputs.Textbox(label="Protein Sequence", default="Enter protein sequence here", type="text"),
|
45 |
gr.inputs.Dropdown(choices=[str(i) for i in range(2, 51)], label="Peptide Length", default="15"),
|