Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jyotiyadav
/
InsuranceClaim
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jyotiyadav
commited on
May 30, 2024
Commit
11341ee
·
verified
·
1 Parent(s):
e7e1b0d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,4 +35,4 @@ iface = gr.Interface(
35
)
36
37
# Launch Gradio interface
38
-
iface.launch()
35
)
36
37
# Launch Gradio interface
38
+
iface.launch(
inline=True, debug=True
)