Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,7 @@ description_html = """
|
|
33 |
textbox = gr.Textbox()
|
34 |
|
35 |
demo = gr.Interface(
|
36 |
-
|
37 |
-
fn=generate_text,
|
38 |
#inputs=gr.TextArea(label="Enter text here:"),
|
39 |
input=textbox,
|
40 |
#outputs=gr.HTML(),
|
|
|
33 |
textbox = gr.Textbox()
|
34 |
|
35 |
demo = gr.Interface(
|
36 |
+
fn=predict,
|
|
|
37 |
#inputs=gr.TextArea(label="Enter text here:"),
|
38 |
input=textbox,
|
39 |
#outputs=gr.HTML(),
|