Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sciekorellm
/
KnowledgeGraph
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imranjamal
commited on
Dec 19, 2024
Commit
0232855
·
verified
·
1 Parent(s):
42c2d97
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ with gr.Blocks() as demo:
50
51
# Launch the Gradio app
52
if __name__ == "__main__":
53
-
demo.launch()
50
51
# Launch the Gradio app
52
if __name__ == "__main__":
53
+
demo.launch(
debug=True
)