msemj30_app / app.py
alc15492's picture
Update app.py
09f7489
raw
history blame contribute delete
No virus
266 Bytes
import gradio as gr
import torch
# Check on if GPU upgrade is working
print(f"Is CUDA available: {torch.cuda.is_available()}")
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
gr.Interface.load("models/alc15492/MSemoji30").launch()