Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,5 @@ def agent(prompt):
|
|
13 |
|
14 |
demo = gr.Interface(fn=agent, inputs="text", outputs="text", title="TunisAI-Agent",
|
15 |
description="ูููู ุฐูุงุก ุตูุงุนู ู
ุฌุงูู ู
ุทูุฑ ูู ุชููุณ ๐น๐ณ")
|
16 |
-
|
|
|
|
13 |
|
14 |
demo = gr.Interface(fn=agent, inputs="text", outputs="text", title="TunisAI-Agent",
|
15 |
description="ูููู ุฐูุงุก ุตูุงุนู ู
ุฌุงูู ู
ุทูุฑ ูู ุชููุณ ๐น๐ณ")
|
16 |
+
interface.launch(share=True)
|
17 |
+
|