Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,5 +29,5 @@ text = "Hello, Gradio!"
|
|
| 29 |
label = gr.Label(text)
|
| 30 |
|
| 31 |
# Launch the Gradio app
|
| 32 |
-
interface = gr.Interface(inputs=None, outputs=label, title="String Display Example")
|
| 33 |
interface.launch()
|
|
|
|
| 29 |
label = gr.Label(text)
|
| 30 |
|
| 31 |
# Launch the Gradio app
|
| 32 |
+
interface = gr.Interface(fn =None ,inputs=None, outputs=label, title="String Display Example")
|
| 33 |
interface.launch()
|