Spaces:
Sleeping
Sleeping
Commit
·
b3d0c37
1
Parent(s):
1e7a60b
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ class App:
|
|
229 |
btn2.click(get_medical_message, inputs=None, outputs=[out4,out6])
|
230 |
#demo = gr.Series(get_name, prepend_hello, append_nice)
|
231 |
|
232 |
-
demo.launch(
|
233 |
app = App()
|
234 |
# with gr.Blocks() as demo:
|
235 |
# with gr.Row():
|
|
|
229 |
btn2.click(get_medical_message, inputs=None, outputs=[out4,out6])
|
230 |
#demo = gr.Series(get_name, prepend_hello, append_nice)
|
231 |
|
232 |
+
demo.launch()
|
233 |
app = App()
|
234 |
# with gr.Blocks() as demo:
|
235 |
# with gr.Row():
|