Spaces:
Runtime error
Runtime error
hamdanhh07
commited on
Commit
•
3a26c6e
1
Parent(s):
d2c83dd
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ with app:
|
|
42 |
|
43 |
|
44 |
|
45 |
-
|
46 |
-
app.launch(debug=False,share=False)
|
47 |
-
gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=title,description=description).launch(debug=False,share=False)
|
48 |
|
|
|
42 |
|
43 |
|
44 |
|
45 |
+
|
46 |
+
gr.Interface.load("models/hamdan07/UltraSound-Lung",examples=example_list,title=app).launch(debug=False,share=False)
|
|
|
47 |
|