nehalelkaref commited on
Commit
dd3bb53
·
verified ·
1 Parent(s): cd4dfb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- comp =
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)