Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,4 +46,4 @@ gr.ChatInterface(
|
|
| 46 |
fn=respond,
|
| 47 |
title="Tiger-Gemma 9B Chat",
|
| 48 |
description="Powered by TheDrummer/Tiger-Gemma-9B-v3",
|
| 49 |
-
).launch()
|
|
|
|
| 46 |
fn=respond,
|
| 47 |
title="Tiger-Gemma 9B Chat",
|
| 48 |
description="Powered by TheDrummer/Tiger-Gemma-9B-v3",
|
| 49 |
+
).launch(share=True)
|