TushP's picture
Upload folder using huggingface_hub
bb9baa9 verified
raw
history blame contribute delete
117 Bytes
import modal
app = modal.App("restaurant-intelligence")
@app.function()
def hello():
return "Modal is working!"