Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cryptocalypse
/
sophia_ai_robot_prophet
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cryptocalypse
commited on
Nov 4, 2024
Commit
ec8ae9d
·
verified
·
1 Parent(s):
874a623
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -331,4 +331,4 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
331
332
333
if __name__ == "__main__":
334
-
app.launch()
331
332
333
if __name__ == "__main__":
334
+
app.launch(
share=True
)