Fetching metadata from the HF Docker repository...
|
@@ -1,6 +1,6 @@
|
1
|
import gradio as gr
|
2
|
-
def fx(x):
|
3
|
-
return "你好:"+x
|
4
|
|
5
|
title = "测试WEB APP"
|
6
|
description = """
|
|
|
1
|
import gradio as gr
|
2
|
+
def fx(变量):
|
3
|
+
return "你好:"+变量
|
4
|
|
5
|
title = "测试WEB APP"
|
6
|
description = """
|