sonobit commited on
Commit
571777f
1 Parent(s): 0a36955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')