Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ elif task_type == "Hinglish to English":
|
|
82 |
model_name_path = "midas/gupshup_" + str(tt) + "_" + str(model_name).lower()
|
83 |
|
84 |
if src_file == None or os.path.isfile(src_file) == False:
|
85 |
-
st.write("### source file is empty or invalid")
|
86 |
else:
|
87 |
|
88 |
result = run_generate(
|
|
|
82 |
model_name_path = "midas/gupshup_" + str(tt) + "_" + str(model_name).lower()
|
83 |
|
84 |
if src_file == None or os.path.isfile(src_file) == False:
|
85 |
+
st.write("### source file is empty or invalid. hit the submit button on the left with the default conversation.")
|
86 |
else:
|
87 |
|
88 |
result = run_generate(
|