Update app.py
Browse files
app.py
CHANGED
@@ -639,4 +639,4 @@ if __name__ == "__main__":
|
|
639 |
print("💡 Enter your API key in the web interface when it loads")
|
640 |
|
641 |
demo = create_interface()
|
642 |
-
demo.launch(share=True)
|
|
|
639 |
print("💡 Enter your API key in the web interface when it loads")
|
640 |
|
641 |
demo = create_interface()
|
642 |
+
demo.launch(share=True) #
|