Spaces:
Paused
Paused
ugiuio
Browse files
app.py
CHANGED
|
@@ -3,5 +3,5 @@ import gradio as gr
|
|
| 3 |
def hello(name):
|
| 4 |
return "hi"+name
|
| 5 |
|
| 6 |
-
application = gr.Interface(fn=hello, inputs="textbox", outputs="
|
| 7 |
application.launch()
|
|
|
|
| 3 |
def hello(name):
|
| 4 |
return "hi"+name
|
| 5 |
|
| 6 |
+
application = gr.Interface(fn=hello, inputs="textbox", outputs="textbox", title="Image Detection with API Integration")
|
| 7 |
application.launch()
|