yuhei_kajima commited on
Commit
de2dd13
1 Parent(s): 930de57

add share option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ iface = gr.Interface(fn=chat, inputs="text", outputs="text")
39
 
40
 
41
  if __name__ == "__main__":
42
- iface.launch(auth=("spiralai", "spiralai"))
 
39
 
40
 
41
  if __name__ == "__main__":
42
+ iface.launch(auth=("spiralai", "spiralai"), share=True)