Spaces:
Running
Running
Delete second_page.py
Browse files- second_page.py +0 -8
second_page.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
|
3 |
-
with gr.Blocks() as demo:
|
4 |
-
t = gr.Textbox("INVALID")
|
5 |
-
demo.load(lambda : "Loaded as well", None, t)
|
6 |
-
|
7 |
-
if __name__ == "__main__":
|
8 |
-
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|