Yadukrishnan commited on
Commit
265a2cc
·
verified ·
1 Parent(s): ecba286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -67,11 +67,10 @@ def main():
67
  ["How are Daenerys and Jon Snow related?"],
68
  ["What is the fate of Bran Stark?"],
69
  ["Tell me about the Iron Throne."],
70
- ],
71
- share=True,
72
  )
73
 
74
- interface.launch()
75
 
76
  if __name__ == "__main__":
77
  main()
 
67
  ["How are Daenerys and Jon Snow related?"],
68
  ["What is the fate of Bran Stark?"],
69
  ["Tell me about the Iron Throne."],
70
+ ]
 
71
  )
72
 
73
+ interface.launch(share=True)
74
 
75
  if __name__ == "__main__":
76
  main()