You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/serverless/generate-sdxl-turbo.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ In this tutorial, you'll build a web application, where you'll leverage RunPod's
14
14
15
15
By the end of this tutorial, you'll have an understanding of running a Serverless Worker on RunPod and sending requests to an Endpoint to receive a response.
16
16
17
-
You can proceed with the tutorial by following the build steps outlined here or skip directly to [Deploy the Model](#deploy-the-model) section.
17
+
You can proceed with the tutorial by following the build steps outlined here or skip directly to [Deploy a Serverless Endpoint](#deploy-a-serverless-endpoint) section.
18
18
19
19
## Prerequisites
20
20
@@ -270,7 +270,7 @@ async function generateImage() {
270
270
271
271
1. Replace `${process.env.REACT_APP_AUTH_TOKEN}` with your actual API key.
272
272
2. Replace `${process.env.REACT_APP_ENDPOINT_ID}` with your specific Endpoint.
273
-
3. Open `index.html` in a web browser, enter a prompt, and click the "Generate Image" button to see the result.
273
+
3. Open `index.html` in a web browser, enter a prompt, and select **Generate Image** to see the result.
274
274
275
275
This web application serves as a basic example of how to interact with your RunPod serverless endpoint from a client-side application.
276
276
It can be expanded or modified to fit more complex use cases.
@@ -298,7 +298,7 @@ You can run a server through Python or by opening the `index.html` page in your
298
298
Open the `index.html` file directly in your web browser.
299
299
300
300
1. Navigate to the folder where your `index.html` file is located.
301
-
2. Right-click on the file and choose "Open with" and select your preferred web browser.
301
+
2. Right-click on the file and choose **Open with** and select your preferred web browser.
302
302
- Alternatively, you can drag and drop the `index.html` file into an open browser window.
303
303
- The URL will look something like `file:///path/to/your/index.html`.
0 commit comments