yisol
commited on
Commit
•
8817d16
1
Parent(s):
b81d39b
Add application file
Browse files
app.py
CHANGED
@@ -5,4 +5,5 @@ def greet(name):
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
-
print("why")
|
|
|
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
+
print("why")
|
9 |
+
print("s")
|