Update app.py
Browse files
app.py
CHANGED
|
@@ -6,4 +6,5 @@ def greet(name):
|
|
| 6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 7 |
iface.launch()
|
| 8 |
print("why")
|
| 9 |
-
print("s")
|
|
|
|
|
|
| 6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 7 |
iface.launch()
|
| 8 |
print("why")
|
| 9 |
+
print("s")
|
| 10 |
+
print("wtf")
|