Spaces:
Running on Zero
Running on Zero
| import spaces | |
| def fake_func(): | |
| pass | |
| import gradio as gr | |
| demo = gr.Interface(fn=fake_func, inputs="text", outputs="text") | |
| import spaces | |
| def fake_func(): | |
| pass | |
| import gradio as gr | |
| demo = gr.Interface(fn=fake_func, inputs="text", outputs="text") | |