{ "cells": [ { "cell_type": "markdown", "id": "79959ad2", "metadata": {}, "source": [ "### Example notebook\n", "This is an example notebook created to show how to push this to the hf model repo" ] }, { "cell_type": "code", "execution_count": 1, "id": "2cade0e3", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Hello Hugging Face\n" ] } ], "source": [ "print(\"Hello Hugging Face\")" ] }, { "cell_type": "code", "execution_count": null, "id": "7d4f849b", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.4" } }, "nbformat": 4, "nbformat_minor": 5 }