Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sakil
/
Fraud_detection_application
like
0
Runtime error
App
Files
Files
Community
Sakil
commited on
May 26
Commit
b9232a7
•
1 Parent(s):
1eaed7c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ interface = gr.Interface(
62
)
63
64
# Launch the interface
65
-
interface.launch()
62
)
63
64
# Launch the interface
65
+
interface.launch(
inline=False
)