Spaces:
Runtime error
Runtime error
Commit
·
11341b8
1
Parent(s):
c736cdc
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
print(torch.__version__)
|
5 |
|
6 |
def greet(name):
|
7 |
-
return "
|
8 |
|
9 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
10 |
iface.launch()
|
|
|
4 |
print(torch.__version__)
|
5 |
|
6 |
def greet(name):
|
7 |
+
return "bka" + name + torch.__version__
|
8 |
|
9 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
10 |
iface.launch()
|