Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
torch-nightly
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nateraw
commited on
May 1, 2023
Commit
4cb7c83
·
1 Parent(s):
1b42b8f
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
import torch
4
+
5
+
gr.Interface(lambda x: torch.__version__, "text", "text").launch()