tejasashinde commited on
Commit
8af77ed
·
verified ·
1 Parent(s): 052ab5f

Added steps to tun the app in README

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -68,12 +68,18 @@ This app helps create personalized birthday cards by combining many parameeters
68
 
69
  ---
70
 
71
- ### 🧪 Install dependencies after clonning with:
72
 
 
73
  ```bash
74
  pip install -r requirements.txt
75
  ```
 
 
 
 
 
76
 
77
- Made with ❤️ using **Gradio, GPT-OSS/120B, Gemini-2.5-Flash, Nebius API** for [MCP 1st Birthday](https://huggingface.co/MCP-1st-Birthday) on [Hugging Face](https://huggingface.co)🤗
78
 
79
  Created by [tejasashinde](https://huggingface.co/tejasashinde)
 
68
 
69
  ---
70
 
71
+ ### 🧪 Steps to run the app:
72
 
73
+ 1) Install dependencies after clonning with:
74
  ```bash
75
  pip install -r requirements.txt
76
  ```
77
+ 2) Put your Nebius API token in .env
78
+ 3) Run the app with:
79
+ ```bash
80
+ python app.py
81
+ ```
82
 
83
+ Made with ❤️ using **Gradio, GPT-OSS/120B, Nebius API** for [MCP 1st Birthday](https://huggingface.co/MCP-1st-Birthday) on [Hugging Face](https://huggingface.co)🤗
84
 
85
  Created by [tejasashinde](https://huggingface.co/tejasashinde)