Spaces:
Runtime error
Runtime error
Commit
·
d6b5ec6
1
Parent(s):
46d20c8
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
185 |
output = gr.Textbox(label="Output")
|
186 |
with gr.Row():
|
187 |
classify_btn = gr.Button("Classify")
|
188 |
-
classify_btn.click(fn=classifier, inputs=[userin
|
189 |
|
190 |
|
191 |
gr.Markdown("""
|
|
|
185 |
output = gr.Textbox(label="Output")
|
186 |
with gr.Row():
|
187 |
classify_btn = gr.Button("Classify")
|
188 |
+
classify_btn.click(fn=classifier, inputs=[userin] , outputs=output)
|
189 |
|
190 |
|
191 |
gr.Markdown("""
|