Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tomsoderlund/rest-api-with-gradio
Ramesh-vani
/
rest-api-with-gradio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ramesh-vani
commited on
Oct 20, 2023
Commit
76b2b8c
·
1 Parent(s):
2ff5c56
Delete main.java
Browse files
Files changed (1)
hide
show
main.java
+0
-5
main.java
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
class Simple{
2
-
public static void main(String args[]){
3
-
System.out.println("Hello Java");
4
-
}
5
-
}