Update app.py
Browse files
app.py
CHANGED
|
@@ -5,4 +5,4 @@ def greet(input):
|
|
| 5 |
|
| 6 |
return f * 9/5 + 3
|
| 7 |
|
| 8 |
-
demo = gr.Interface(fn=greet, inputs='text', outputs='text')
|
|
|
|
| 5 |
|
| 6 |
return f * 9/5 + 3
|
| 7 |
|
| 8 |
+
demo = gr.Interface(fn=greet, inputs='text', outputs='text')
|