Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,9 @@ short_description: clientisde bee sdk
|
|
| 13 |
|
| 14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
## hosted
|
| 17 |
|
| 18 |
https://huggingface.co/spaces/swyx/BeeWeb?logs=build
|
|
@@ -28,4 +31,4 @@ This will start your Gradio app with hot-reloading enabled. Now, whenever you ma
|
|
| 28 |
Some additional tips:
|
| 29 |
- Make sure you're running this command from the directory containing your app.py file.
|
| 30 |
- If you want to specify a port, you can use: gradio app.py --port 8080 (replace 8080 with your desired port number).
|
| 31 |
-
- If you're developing locally and want to make your app accessible over your local network, you can add the --share flag: gradio app.py --share
|
|
|
|
| 13 |
|
| 14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
| 15 |
|
| 16 |
+

|
| 17 |
+
|
| 18 |
+
|
| 19 |
## hosted
|
| 20 |
|
| 21 |
https://huggingface.co/spaces/swyx/BeeWeb?logs=build
|
|
|
|
| 31 |
Some additional tips:
|
| 32 |
- Make sure you're running this command from the directory containing your app.py file.
|
| 33 |
- If you want to specify a port, you can use: gradio app.py --port 8080 (replace 8080 with your desired port number).
|
| 34 |
+
- If you're developing locally and want to make your app accessible over your local network, you can add the --share flag: gradio app.py --share
|