Joao Henrique
commited on
Commit
·
7f5e418
1
Parent(s):
843fcfd
correct
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def predict(indeps="0;0"):
|
|
49 |
|
50 |
gr.Interface(
|
51 |
fn=predict,
|
52 |
-
inputs=gr.components.
|
53 |
outputs=gr.components.Textbox,
|
54 |
examples=examples
|
55 |
).launch(share=False)
|
|
|
49 |
|
50 |
gr.Interface(
|
51 |
fn=predict,
|
52 |
+
inputs=gr.components.Textbox,
|
53 |
outputs=gr.components.Textbox,
|
54 |
examples=examples
|
55 |
).launch(share=False)
|