Spaces:
Sleeping
Sleeping
Commit
·
05b94ea
1
Parent(s):
53ea9bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,4 +54,5 @@ demo = gr.Interface(fn=gradio_fn,
|
|
| 54 |
description=markdown_description,
|
| 55 |
article=" **Credits** : https://github.com/Lightning-AI/lit-gpt ")
|
| 56 |
|
| 57 |
-
demo.launch(debug=True, share=True)
|
|
|
|
|
|
| 54 |
description=markdown_description,
|
| 55 |
article=" **Credits** : https://github.com/Lightning-AI/lit-gpt ")
|
| 56 |
|
| 57 |
+
# demo.launch(debug=True, share=True)
|
| 58 |
+
demo.launch(share=True)
|