Spaces:
Runtime error
Runtime error
Commit ·
3107ec5
1
Parent(s): 7a3ebcf
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,6 @@ def evaluate_comment(Comment):
|
|
| 12 |
|
| 13 |
return text
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
|
|
|
| 12 |
|
| 13 |
return text
|
| 14 |
|
| 15 |
+
interface = gr.Interface(fn = evaluate_comment, inputs = gr.inputs.Textbox(lines = 4, placeholder='Comment to evaluate'), outputs = 'text')
|
| 16 |
|
| 17 |
+
interface.launch(share=True)
|