Update app.py
Browse files
app.py
CHANGED
|
@@ -67,5 +67,5 @@ def send_it(inputs,model_choice=5, count = 1):
|
|
| 67 |
gr.Interface(
|
| 68 |
fn=send_it,
|
| 69 |
inputs=["textbox","number","number"],
|
| 70 |
-
outputs=["
|
| 71 |
).launch()
|
|
|
|
| 67 |
gr.Interface(
|
| 68 |
fn=send_it,
|
| 69 |
inputs=["textbox","number","number"],
|
| 70 |
+
outputs=["JSON"]
|
| 71 |
).launch()
|