Spaces:
Build error
Build error
Update interface
Browse files
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()
|