abdulsamad commited on
Commit
a0925c8
·
verified ·
1 Parent(s): 4f8aea4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()