Muennighoff's picture
Update app.py
bdb67aa
raw
history blame contribute delete
No virus
152 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Muennighoff/code_eval_octopack")
launch_gradio_widget(module)