Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ gr.Interface(
|
|
42 |
description=description,
|
43 |
article=article,
|
44 |
examples=[["Which code is to be used while planning a pedestrian walkway?"], ["What is AHJ?"]]
|
45 |
-
).launch(
|
46 |
|
47 |
import gradio as gr
|
48 |
# def sketch_recognition(img):
|
|
|
42 |
description=description,
|
43 |
article=article,
|
44 |
examples=[["Which code is to be used while planning a pedestrian walkway?"], ["What is AHJ?"]]
|
45 |
+
).launch()
|
46 |
|
47 |
import gradio as gr
|
48 |
# def sketch_recognition(img):
|