Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
|
|
2 |
def fx(x):
|
3 |
return "你好:"+x
|
4 |
|
5 |
-
gr.Interface(fn=fx,inputs="text",outputs="text").launch(
|
|
|
2 |
def fx(x):
|
3 |
return "你好:"+x
|
4 |
|
5 |
+
gr.Interface(fn=fx,inputs="text",outputs="text").launch()
|