Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"])
|
| 4 |
|
| 5 |
demo.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
demo = gr.Interface(lambda x,y:(x,y), ["textbox", "state"], ["textbox", "state"])
|
| 4 |
|
| 5 |
demo.launch()
|