cetinca commited on
Commit
3f7f2db
·
verified ·
1 Parent(s): 4edf293

Update interface

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -154,3 +154,4 @@ with gr.Blocks() as html_block:
154
 
155
 
156
  interface = gr.Interface(fn=try_text2int_preprocessed, inputs=[textbox_input], outputs=[textbox_output])
 
 
154
 
155
 
156
  interface = gr.Interface(fn=try_text2int_preprocessed, inputs=[textbox_input], outputs=[textbox_output])
157
+ interface.launch()