Spaces:
Runtime error
Runtime error
Commit ·
107722c
1
Parent(s): 889bd09
Update app1.py
Browse files
app1.py
CHANGED
|
@@ -73,4 +73,12 @@ iface = gr.Interface(
|
|
| 73 |
],
|
| 74 |
outputs=gr.outputs.Textbox()
|
| 75 |
)
|
| 76 |
-
iface.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
],
|
| 74 |
outputs=gr.outputs.Textbox()
|
| 75 |
)
|
| 76 |
+
#iface.launch()
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
initial_label_component = gr.outputs.Textbox("Name of the model will be used to create a repo for converted model, make sure you don't have an existing model")
|
| 83 |
+
|
| 84 |
+
iface.launch(initial_label=initial_label_component)
|