Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ def askPrice(test):
|
|
10 |
# with gr.Column(scale=1):
|
11 |
# with gr.Column(scale=1):
|
12 |
|
13 |
-
app = gr.Interface(fn=askPrice,inputs='text' outputs='json')
|
|
|
10 |
# with gr.Column(scale=1):
|
11 |
# with gr.Column(scale=1):
|
12 |
|
13 |
+
app = gr.Interface(fn=askPrice,inputs='text', outputs='json')
|