Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gustking
/
gradio_tictactoe
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gustking
commited on
Nov 20, 2023
Commit
1d6b2cf
·
1 Parent(s):
661edbb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -187,7 +187,7 @@ def main():
187
188
189
190
-
demo.launch()
191
192
if __name__ == '__main__':
193
main()
187
188
189
190
+
demo.launch(
share=True
)
191
192
if __name__ == '__main__':
193
main()