Androidonnxfork commited on
Commit
107722c
·
1 Parent(s): 889bd09

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +9 -1
app1.py CHANGED
@@ -73,4 +73,12 @@ iface = gr.Interface(
73
  ],
74
  outputs=gr.outputs.Textbox()
75
  )
76
- iface.launch("Name of the model will be used to create a repo for converted model , make sure you don't have existing model")
 
 
 
 
 
 
 
 
 
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)