ghariani commited on
Commit
fcddfa4
ยท
verified ยท
1 Parent(s): 7e65f55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- demo.launch()
 
 
13
 
14
  demo = gr.Interface(fn=agent, inputs="text", outputs="text", title="TunisAI-Agent",
15
  description="ูˆูƒูŠู„ ุฐูƒุงุก ุตู†ุงุนูŠ ู…ุฌุงู†ูŠ ู…ุทูˆุฑ ููŠ ุชูˆู†ุณ ๐Ÿ‡น๐Ÿ‡ณ")
16
+ interface.launch(share=True)
17
+