Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,4 +75,4 @@ gr.ChatInterface(
|
|
75 |
additional_inputs=[dropdown],
|
76 |
title="LLM Finetuned Comment Generator",
|
77 |
description="Chat with the model.",
|
78 |
-
).launch(share=
|
|
|
75 |
additional_inputs=[dropdown],
|
76 |
title="LLM Finetuned Comment Generator",
|
77 |
description="Chat with the model.",
|
78 |
+
).launch(share=False)
|