Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
e611170
1
Parent(s):
378c646
Updated
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ with gr.Blocks() as demo:
|
|
378 |
)
|
379 |
|
380 |
only_plagiarism_btn.click(
|
381 |
-
fn=
|
382 |
inputs=[
|
383 |
input_text,
|
384 |
year_from,
|
|
|
378 |
)
|
379 |
|
380 |
only_plagiarism_btn.click(
|
381 |
+
fn=plagiarism_check,
|
382 |
inputs=[
|
383 |
input_text,
|
384 |
year_from,
|