giseldo commited on
Commit
bf94120
·
1 Parent(s): 66d63c7

primeira versao

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
 
app.py CHANGED
@@ -5,4 +5,4 @@ def greet(name):
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
- iface.launch(server_port=80)
 
5
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
+ iface.launch()