Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| def predict(x): | |
| return x | |
| gr.Interface(fn=predict, inputs="text", outputs="text").launch() | |
| import gradio as gr | |
| def predict(x): | |
| return x | |
| gr.Interface(fn=predict, inputs="text", outputs="text").launch() | |