Spaces:
Sleeping
Sleeping
MerlenMaven
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -259,7 +259,6 @@ if __name__ == "__main__":
|
|
259 |
# Gradio interface
|
260 |
with gr.Blocks() as interface:
|
261 |
gr.Markdown("<h1 style='text-align:center;'>PainSense: AI-Driven Pain Detection and Chatbot Assistance</h1>")
|
262 |
-
|
263 |
with gr.Row():
|
264 |
with gr.Column(scale=1):
|
265 |
file_input = gr.File(label="Upload Audio or Video File")
|
|
|
259 |
# Gradio interface
|
260 |
with gr.Blocks() as interface:
|
261 |
gr.Markdown("<h1 style='text-align:center;'>PainSense: AI-Driven Pain Detection and Chatbot Assistance</h1>")
|
|
|
262 |
with gr.Row():
|
263 |
with gr.Column(scale=1):
|
264 |
file_input = gr.File(label="Upload Audio or Video File")
|