Update myapp.py
Browse files
myapp.py
CHANGED
@@ -79,4 +79,4 @@ def generate_api():
|
|
79 |
|
80 |
# Add this block to make sure your app runs when called
|
81 |
if __name__ == "__main__":
|
82 |
-
myapp.run(host='0.0.0.0', port=7860) # Run directly if needed for
|
|
|
79 |
|
80 |
# Add this block to make sure your app runs when called
|
81 |
if __name__ == "__main__":
|
82 |
+
myapp.run(host='0.0.0.0', port=7860) # Run directly if needed for testin
|