LecJackS's picture
Upload tool
bedaad1
raw
history blame contribute delete
No virus
122 Bytes
from transformers import launch_gradio_demo
from wolfram_alpha_tool import WolframAlpha
launch_gradio_demo(WolframAlpha)