Spaces:
Running
Running
Update app.py
Browse files
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()
|
|
|
|
| 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)
|