Spaces:
Runtime error
Runtime error
luciancotolan
commited on
Commit
·
e5dbc77
1
Parent(s):
ec3b4be
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ interface_csv = gr.Interface(
|
|
53 |
inputs=file,
|
54 |
outputs=y_pred_df,
|
55 |
title="Fraud Detection - EXPERT SYSTEM",
|
56 |
-
description='<h2>Sistem expert bazat pe un model de clasificare pentru detectarea fraudelor in tranzactii bancare.<h2><h3>predictedFraud - Predictii bazate pe modelul de clasificare. isFraud - Etichetele reale<h3><blockquote class="imgur-embed-pub" lang="en" data-id="J1aOKXd"><a href="https://imgur.com/J1aOKXd">View post on imgur.com</a></blockquote
|
57 |
)
|
58 |
|
59 |
interface_csv.launch(inline=False)
|
|
|
53 |
inputs=file,
|
54 |
outputs=y_pred_df,
|
55 |
title="Fraud Detection - EXPERT SYSTEM",
|
56 |
+
description='<h2>Sistem expert bazat pe un model de clasificare pentru detectarea fraudelor in tranzactii bancare.<h2><h3>predictedFraud - Predictii bazate pe modelul de clasificare. isFraud - Etichetele reale<h3><blockquote class="imgur-embed-pub" lang="en" data-id="J1aOKXd"><a href="https://imgur.com/J1aOKXd">View post on imgur.com</a></blockquote>'
|
57 |
)
|
58 |
|
59 |
interface_csv.launch(inline=False)
|