Spaces:
Runtime error
Runtime error
Commit ·
349d2e4
1
Parent(s): bde20b1
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,4 +25,4 @@ def score_comment(comment):
|
|
| 25 |
interface = gr.Interface(fn=score_comment,
|
| 26 |
inputs=gr.inputs.Textbox(lines=2, placeholder='Comment to score'),
|
| 27 |
outputs='text')
|
| 28 |
-
interface.launch(
|
|
|
|
| 25 |
interface = gr.Interface(fn=score_comment,
|
| 26 |
inputs=gr.inputs.Textbox(lines=2, placeholder='Comment to score'),
|
| 27 |
outputs='text')
|
| 28 |
+
interface.launch()
|