Sagar commited on
Commit
75028e0
·
1 Parent(s): 8245559
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ textbox_x = gr.Textbox(label="Variable X:", placeholder="10", lines=1)
98
  textbox_y = gr.Textbox(label="Variable Y:", placeholder ="11", lines=1)
99
  grIn = gr.Interface(title = "Lineare Regression",fn=greet, inputs=textbox_x, outputs=textbox_y)
100
 
101
- grIn.launch(share=True)
 
98
  textbox_y = gr.Textbox(label="Variable Y:", placeholder ="11", lines=1)
99
  grIn = gr.Interface(title = "Lineare Regression",fn=greet, inputs=textbox_x, outputs=textbox_y)
100
 
101
+ grIn.launch()