Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minak28
/
E_Ticaret_Sepeti
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
minak28
commited on
Nov 3, 2024
Commit
c9c08a8
·
verified
·
1 Parent(s):
b5324b9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -147,4 +147,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as arayuz:
147
outputs=[sepet, sonuc, mesaj_gecmisi]
148
)
149
150
-
arayuz.launch()
147
outputs=[sepet, sonuc, mesaj_gecmisi]
148
)
149
150
+
arayuz.launch(
share=True
)