Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ if __name__ == '__main__':
|
|
60 |
# msa_span_model = SpanNet.load_model(msa_span_path)
|
61 |
# entity_model = EntNet.load_model(entity_path)
|
62 |
# iface= gr.Base(primary_hue="green")
|
63 |
-
|
64 |
|
65 |
with gr.Blocks() as iface:
|
66 |
example_input=gr.Textbox(label="Input Example", lines=1)
|
|
|
60 |
# msa_span_model = SpanNet.load_model(msa_span_path)
|
61 |
# entity_model = EntNet.load_model(entity_path)
|
62 |
# iface= gr.Base(primary_hue="green")
|
63 |
+
|
64 |
|
65 |
with gr.Blocks() as iface:
|
66 |
example_input=gr.Textbox(label="Input Example", lines=1)
|