Spaces:
Runtime error
Runtime error
Commit
·
c634b1a
1
Parent(s):
0360be7
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(share=True)
|