Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ examples = [
|
|
95 |
]
|
96 |
|
97 |
gr.Interface(get_scores, inputs, outputs, title=title, description=description, article=article,
|
98 |
-
theme="darkdefault", examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "stongly unrelated"]).launch(
|
|
|
95 |
]
|
96 |
|
97 |
gr.Interface(get_scores, inputs, outputs, title=title, description=description, article=article,
|
98 |
+
theme="darkdefault", examples=examples, flagging_options=["strongly related","related", "neutral", "unrelated", "stongly unrelated"]).launch()#()#
|