Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Feb 15, 2024
1 parent ddd970a commit b2f28af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ or, run `python -m fastserve.models --model sdxl-turbo --batch_size 2 --timeout

This application comes with an UI. You can access it at [http://localhost:8000/ui] (http://localhost:8000/ui) .

<img src="assets/sdxl-demo.jpg">
<img src="assets/sdxl-demo.jpg" width=400 style="border: 1px solid #F2F3F5;">


### Face Detection
Expand Down
7 changes: 7 additions & 0 deletions src/ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

0 comments on commit b2f28af

Please sign in to comment.