ztdev-api / app.py
azandabot's picture
Update app.py
fdd48c7 verified
raw
history blame contribute delete
167 Bytes
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...