Amram commited on
Commit
6a31e38
·
1 Parent(s): e8dc5fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,10 +1,6 @@
1
  import gradio as gr
2
 
3
- def greet(name):
4
- return "Hello " + name + "!!"
5
 
6
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- iface.launch()import gradio as gr
8
 
9
  def greet(name, is_morning, temperature):
10
  salutation = "Good morning" if is_morning else "Good evening"
 
1
  import gradio as gr
2
 
 
 
3
 
 
 
4
 
5
  def greet(name, is_morning, temperature):
6
  salutation = "Good morning" if is_morning else "Good evening"