JohanBeytell commited on
Commit
5f5764a
·
verified ·
1 Parent(s): f1e9594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1096,4 +1096,4 @@ demo = gr.Interface(
1096
  description='A fun game-inspired name generator. For an example of how to create, and train your model, like this one, head over to: https://github.com/Infinitode/OPEN-ARC/tree/main/Project-5-TWNG. There you will find our base model, the dataset we used, and implementation code in the form of a Jupyter Notebook (exported from Kaggle).'
1097
  )
1098
 
1099
- demo.launch(share=True)
 
1096
  description='A fun game-inspired name generator. For an example of how to create, and train your model, like this one, head over to: https://github.com/Infinitode/OPEN-ARC/tree/main/Project-5-TWNG. There you will find our base model, the dataset we used, and implementation code in the form of a Jupyter Notebook (exported from Kaggle).'
1097
  )
1098
 
1099
+ demo.launch()