File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -90,21 +90,15 @@ if __name__ == "__main__":
9090 server.run(port = 8000 )
9191```
9292
93- Now run the server anywhere (local or cloud) via the command-line.
93+ Now deploy for free to [ Lightning cloud] ( #hosting-options ) (or self host anywhere):
9494
9595``` bash
96- # Deploy to the cloud of your choice via Lightning AI (serverless, autoscaling , etc.)
96+ # Deploy for free with autoscaling, monitoring , etc...
9797lightning deploy server.py --cloud
9898
9999# Or run locally (self host anywhere)
100100lightning deploy server.py
101- ```
102- Learn more about managed hosting on [ Lightning AI] ( #hosting-options ) .
103-
104- You can also run the server manually:
105-
106- ``` bash
107- python server.py
101+ # python server.py
108102```
109103
110104### Test the server
You can’t perform that action at this time.
0 commit comments