Spaces:
Runtime error
Runtime error
Sagar
commited on
Commit
·
75028e0
1
Parent(s):
8245559
updated
Browse files
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(
|
|
|
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()
|