import os os.system('bash install.sh') # Run the install script from transformers import pipeline import gradio as gr # Your text generation pipeline code here...