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