Spaces:
Runtime error
Runtime error
Commit
·
6cedb2c
1
Parent(s):
c634b1a
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ def evaluate_comment(Comment):
|
|
15 |
|
16 |
interface = gr.Interface(fn = evaluate_comment, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'), outputs = 'text')
|
17 |
|
18 |
-
interface.launch(
|
|
|
15 |
|
16 |
interface = gr.Interface(fn = evaluate_comment, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'), outputs = 'text')
|
17 |
|
18 |
+
interface.launch()
|