Spaces:
Sleeping
Sleeping
primeira versao
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- 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(
|
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
|
8 |
+
iface.launch()
|