/BeeWeb

Primary LanguagePythonMIT LicenseMIT

title emoji colorFrom colorTo sdk sdk_version app_file pinned license short_description
BeeWeb
💬
yellow
purple
gradio
5.0.1
app.py
false
mit
clientisde bee sdk

An example chatbot using Gradio, huggingface_hub, and the Hugging Face Inference API.

image

hosted

https://huggingface.co/spaces/swyx/BeeWeb?logs=build

running

gradio app.py

This will start your Gradio app with hot-reloading enabled. Now, whenever you make changes to your app.py file and save it, the server will automatically restart, and your changes will be reflected immediately in the browser.

Some additional tips:

  • Make sure you're running this command from the directory containing your app.py file.
  • If you want to specify a port, you can use: gradio app.py --port 8080 (replace 8080 with your desired port number).
  • 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