karida commited on
Commit
c3263a2
1 Parent(s): d8eecaa

fix gradio

Browse files
Files changed (1) hide show
  1. main.py +4 -3
main.py CHANGED
@@ -204,6 +204,7 @@ iface = gr.Interface(
204
  description=description_text,
205
  flagging_options=flagging_options,
206
  )
207
- iface.save(".")
208
- # if __name__ == "__main__":
209
- # iface.launch()
 
 
204
  description=description_text,
205
  flagging_options=flagging_options,
206
  )
207
+
208
+
209
+ if __name__ == "__main__":
210
+ iface.launch()