tutorial-space / README.md
isayahc's picture
added more instructions for huggingface intergration
6aed482 verified
|
raw
history blame contribute delete
No virus
396 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
title: sample app
emoji: πŸ‘¨β€πŸš€
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 4.4.1
app_file: app.py
pinned: false
license: mit

hugging-face-space

intergrating git with huggingspace

git remote set-url space git@hf.co:spaces/isayahc/tutorial-space.git
git add .
git commit -S -m "Your commit message"
git push --force space main