Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,6 @@ def gradio_wrapper(name):
|
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
-
demo = gr.Interface(fn=
|
| 11 |
|
| 12 |
demo.launch(blocked_paths=my_code)
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
+
demo = gr.Interface(fn=gradio_wrapper, inputs="textbox", outputs="textbox")
|
| 11 |
|
| 12 |
demo.launch(blocked_paths=my_code)
|