khaled06 commited on
Commit
fb4b43f
1 Parent(s): ee2224b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,5 +5,4 @@ def greet(input):
5
 
6
  return f * 9/5 + 3
7
 
8
- demo = gr.Interface(fn=greet, inputs='text', outputs='text')
9
- demo.launch()
 
5
 
6
  return f * 9/5 + 3
7
 
8
+ demo = gr.Interface(fn=greet, inputs='text', outputs='text')# the output will display heredemo.launch()