Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def predict(text):
|
|
55 |
|
56 |
iface = gr.Interface(
|
57 |
fn=predict,
|
58 |
-
inputs=gr.
|
59 |
lines=5,
|
60 |
default="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
|
61 |
),
|
|
|
55 |
|
56 |
iface = gr.Interface(
|
57 |
fn=predict,
|
58 |
+
inputs=gr.Textbox(
|
59 |
lines=5,
|
60 |
default="There is still some uncertainty that Musk - also chief executive of electric car maker Tesla and rocket company SpaceX - will pull off his planned buyout.",
|
61 |
),
|