From ff1940c8d52e7c43734100ba7c13a9fd554ec9fd Mon Sep 17 00:00:00 2001 From: duyalei Date: Sun, 14 Jul 2019 13:27:47 +0800 Subject: [PATCH] rm test.py --- test.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 55ae85164f..0000000000 --- a/test.py +++ /dev/null @@ -1,19 +0,0 @@ -# encoding: utf8 - -""" -Created on 2019.07.14 - -@author: yalei -""" - - -import gradio - -# A very simplistic function that capitalizes each letter in the given string -def big(x): - return x.upper() - -io = gradio.Interface(inputs="textbox", outputs="textbox", - model=big, model_type='pyfunc') -# io.launch(inline=False, inbrowser=True, share=True) -io.launch() \ No newline at end of file