Skip to content

Commit 4316d65

Browse files
committed
add app screenshots
1 parent 381be97 commit 4316d65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/inference-providers/guides/building-first-app.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ if __name__ == "__main__":
400400
app.launch()
401401
```
402402
403+
Our app will run on port 7860 and look like this:
404+
405+
![Gradio app](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/gradio-app.png)
406+
403407
</details>
404408
405409
To deploy, we'll need to create a new Space and upload our files.
@@ -556,6 +560,10 @@ For JavaScript deployment, create a simple static HTML file:
556560
</html>
557561
```
558562

563+
We can run our app locally by going to the file from our browser.
564+
565+
![Local app](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/js-app.png)
566+
559567
</details>
560568

561569
To deploy:

0 commit comments

Comments
 (0)