qgallouedec HF Staff commited on
Commit
aa4d5d1
·
verified ·
1 Parent(s): 6900a38

Rename app.py to main.py

Browse files
Files changed (2) hide show
  1. app.py +0 -9
  2. main.py +1 -0
app.py DELETED
@@ -1,9 +0,0 @@
1
- import gradio as gr
2
-
3
-
4
- def greet(name):
5
- return "Hello " + name + "!!"
6
-
7
-
8
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
9
- demo.launch()
 
 
 
 
 
 
 
 
 
 
main.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print("This is main!")