Update app.py
Browse files
app.py
CHANGED
@@ -79,5 +79,4 @@ demo = gr.ChatInterface(
|
|
79 |
)
|
80 |
|
81 |
if __name__ == "__main__":
|
82 |
-
demo.launch()
|
83 |
-
Click to switch to the original text.Click to Translate Page.SettingsPDF Translate
|
|
|
79 |
)
|
80 |
|
81 |
if __name__ == "__main__":
|
82 |
+
demo.launch()
|
|