Update app.py
Browse filesfinal simple version
app.py
CHANGED
|
@@ -108,5 +108,4 @@ with gr.Interface(fn=greet, inputs=input, outputs=textbox,head=head) as demo: #s
|
|
| 108 |
#demo.inputs=input
|
| 109 |
#demo.outputs=textbox
|
| 110 |
|
| 111 |
-
|
| 112 |
demo.launch()
|
|
|
|
| 108 |
#demo.inputs=input
|
| 109 |
#demo.outputs=textbox
|
| 110 |
|
|
|
|
| 111 |
demo.launch()
|