Sushovan commited on
Commit
b6b2c24
·
verified ·
1 Parent(s): 87fc74c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -1,18 +1,3 @@
1
- # -*- coding: utf-8 -*-
2
- """
3
- Created on Sun Feb 25 20:10:26 2024
4
-
5
- @author: CSU5KOR
6
- """
7
-
8
- # -*- coding: utf-8 -*-
9
- """
10
- Created on Tue Jan 23 11:46:16 2024
11
-
12
- @author: CSU5KOR
13
- """
14
-
15
-
16
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
17
  import streamlit as st
18
  from torch import cuda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
2
  import streamlit as st
3
  from torch import cuda