Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from gradio.mix import Parallel, Series
|
|
6 |
#import torch.nn.functional as F
|
7 |
from aitextgen import aitextgen
|
8 |
|
9 |
-
#
|
10 |
|
11 |
#device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
12 |
|
@@ -67,7 +67,7 @@ def ai_text(inp):
|
|
67 |
|
68 |
#inputs= gr.inputs.Textbox(lines=7, placeholder="Enter the beginning of your mollywood movie idea and the നിർമ്മിത ബുദ്ധി will fill in the rest...")
|
69 |
|
70 |
-
#
|
71 |
|
72 |
#generator = output
|
73 |
#translator = gr.Interface.load("models/Helsinki-NLP/opus-mt-en-ml")
|
|
|
6 |
#import torch.nn.functional as F
|
7 |
from aitextgen import aitextgen
|
8 |
|
9 |
+
#IMPLEMENT FINE TUNING
|
10 |
|
11 |
#device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
12 |
|
|
|
67 |
|
68 |
#inputs= gr.inputs.Textbox(lines=7, placeholder="Enter the beginning of your mollywood movie idea and the നിർമ്മിത ബുദ്ധി will fill in the rest...")
|
69 |
|
70 |
+
#IMPLEMENT KURIAN BENOY
|
71 |
|
72 |
#generator = output
|
73 |
#translator = gr.Interface.load("models/Helsinki-NLP/opus-mt-en-ml")
|