File size: 167 Bytes
fdd48c7
 
 
 
caa691f
fdd48c7
 
 
1
2
3
4
5
6
7
8
9

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...