Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -195,5 +195,4 @@ with gr.Blocks() as demo:
|
|
195 |
detection_output = gr.Gallery(label="Room Detection Results")
|
196 |
suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
|
197 |
|
198 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
199 |
demo.launch(share=True)
|
|
|
195 |
detection_output = gr.Gallery(label="Room Detection Results")
|
196 |
suggestion_output = gr.Textbox(label="Improvement Suggestions", lines=5)
|
197 |
|
|
|
198 |
demo.launch(share=True)
|