Spaces:
Paused
Paused
Update app.py
Browse files
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()
|