Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def predict(input_file):
|
|
| 141 |
return html_content
|
| 142 |
|
| 143 |
demo = gr.Interface(
|
| 144 |
-
title="<a href=\"www.google.com\">Awesomeness</a>"
|
| 145 |
fn=predict,
|
| 146 |
inputs=gr.File(file_types=[".las"], file_count="single"),
|
| 147 |
outputs=["html"],
|
|
|
|
| 141 |
return html_content
|
| 142 |
|
| 143 |
demo = gr.Interface(
|
| 144 |
+
title="<a href=\"www.google.com\">Awesomeness</a>",
|
| 145 |
fn=predict,
|
| 146 |
inputs=gr.File(file_types=[".las"], file_count="single"),
|
| 147 |
outputs=["html"],
|