Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ gr.Interface(
|
|
19 |
outputs="text",
|
20 |
title="Seed-Coder Chat",
|
21 |
description="نموذج Seed-Coder للإجابة على الأسئلة باستخدام نموذج توليد النصوص"
|
22 |
-
).launch()
|
|
|
19 |
outputs="text",
|
20 |
title="Seed-Coder Chat",
|
21 |
description="نموذج Seed-Coder للإجابة على الأسئلة باستخدام نموذج توليد النصوص"
|
22 |
+
).launch(share=True)
|