Spaces:
Runtime error
Runtime error
Commit
·
55f23e4
1
Parent(s):
8922288
removed io launch script
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ def read_main():
|
|
10 |
io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
|
11 |
app = gr.mount_gradio_app(app, io, path="/gradio")
|
12 |
|
13 |
-
# Launch the app (which will be hosted on Hugging Face Spaces)
|
14 |
-
io.launch()
|
|
|
10 |
io = gr.Interface(lambda x: "Hello, " + x + "!", "textbox", "textbox")
|
11 |
app = gr.mount_gradio_app(app, io, path="/gradio")
|
12 |
|
13 |
+
# # Launch the app (which will be hosted on Hugging Face Spaces)
|
14 |
+
# io.launch()
|