Spaces:
Sleeping
Sleeping
Commit ·
3a2bf14
1
Parent(s): 2b87f4a
api enable
Browse files
app.py
CHANGED
|
@@ -25,7 +25,6 @@ iface = gr.Interface(
|
|
| 25 |
inputs=gr.Textbox(label="Enter your prompt"),
|
| 26 |
outputs=gr.Textbox(label="Model Response"),
|
| 27 |
title="Arithmetic Model Demo",
|
| 28 |
-
api_name="predict"
|
| 29 |
)
|
| 30 |
|
| 31 |
iface.launch()
|
|
|
|
| 25 |
inputs=gr.Textbox(label="Enter your prompt"),
|
| 26 |
outputs=gr.Textbox(label="Model Response"),
|
| 27 |
title="Arithmetic Model Demo",
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
iface.launch()
|