Spaces:
Build error
Build error
NaveenPradhaph
commited on
Commit
·
d1070c5
1
Parent(s):
699c9ba
Try v.1.0
Browse files
app.py
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
# import gradio as gr
|
2 |
-
# from gradio.mix import Series
|
3 |
-
|
4 |
-
# description = "Generate the answer for your question!!!!"
|
5 |
-
# title = "Medical BOT"
|
6 |
-
|
7 |
-
# medical = gr.Interface.load("huggingface/pradhaph/medical-falcon-7b")
|
8 |
-
|
9 |
-
# # iface = gr.Interface.load("huggingface/pradhaph/medical-falcon-7b",
|
10 |
-
# # inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
|
11 |
-
# # ).launch()
|
12 |
-
|
13 |
-
# Series(medical, description=description, title=title,inputs=gr.inputs.Textbox(lines = 10)).run_server()
|
14 |
-
|
15 |
-
# # iface.launch()
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
import gradio as gr
|
20 |
|
21 |
title = "gpt2-xl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title = "gpt2-xl"
|