Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karlgorithm
/
Karl_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Karlgorithm
commited on
Jun 26, 2025
Commit
a53fa7a
·
verified
·
1 Parent(s):
923b0f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -86,4 +86,4 @@ with gr.Blocks(title="Karlson Achegeba GPT", theme=gr.themes.Soft(primary_hue="b
86
}
87
"""
88
89
-
app.launch()
86
}
87
"""
88
89
+
app.launch(
share = "True"
)