Spaces:
Runtime error
Runtime error
Update app.py set share=False
Browse files
app.py
CHANGED
@@ -65,4 +65,4 @@ radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='A
|
|
65 |
textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
|
66 |
|
67 |
iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1], [example_2]])
|
68 |
-
iface.launch(share=
|
|
|
65 |
textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
|
66 |
|
67 |
iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1], [example_2]])
|
68 |
+
iface.launch(share=False)
|