Spaces:
Runtime error
Runtime error
Add readme process time
Browse files
app.py
CHANGED
@@ -139,6 +139,6 @@ description="""Please enter the sequence.
|
|
139 |
iface = gr.Interface(fn=Predict_profile1,
|
140 |
inputs=["text"],
|
141 |
outputs="text",
|
142 |
-
description=
|
143 |
title=title)
|
144 |
iface.launch()
|
|
|
139 |
iface = gr.Interface(fn=Predict_profile1,
|
140 |
inputs=["text"],
|
141 |
outputs="text",
|
142 |
+
description=description,
|
143 |
title=title)
|
144 |
iface.launch()
|